orca-core 0.2.3-rc.4

Core types, configuration, Runtime trait, and error types for the orca orchestrator
Documentation
1
2
3
4
5
6
mod config;
mod manager;
mod s3;

pub use config::{BackupConfig, BackupTarget, ServiceBackupConfig};
pub use manager::{BackupManager, BackupResult};