coil-ops 0.1.1

Operations and release-management capabilities for the Coil framework.
Documentation
1
2
3
4
5
6
7
mod catalog;
mod definition;
mod planning;

pub use catalog::RecoveryCatalog;
pub use definition::{RecoveryStage, RecoveryWorkflowDefinition};
pub use planning::{RecoveryPlan, RecoveryPlanRequest};