canic 0.100.17

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub use canic_core::dto::*;

#[cfg(feature = "fleet-coordinator-canister")]
pub mod fleet_coordinator {
    pub use canic_control_plane::dto::fleet_coordinator::*;
}

#[cfg(any(feature = "control-plane", feature = "wasm-store-canister"))]
pub mod template {
    pub use canic_control_plane::dto::template::*;
}