winterbaume-cloudcontrol 1.0.0

Cloud Control API service implementation for winterbaume
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cfn_schema;
pub mod handlers;
pub(crate) mod model;
pub mod state;
pub mod types;
pub mod views;
pub(crate) mod wire;

pub use handlers::CloudControlService;
pub use state::CloudControlState;
pub use views::CloudControlStateView;