canic-core 0.100.92

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
//! Module: api::state
//!
//! Responsibility: expose read-only Fleet state to configured canisters.
//! Does not own: root mutation fanout or control-plane inventory selection.
//! Boundary: root mutation is exposed by the root control-plane facade.

/// Re-export of read-only state query surfaces.
pub use crate::workflow::state::query::FleetStateQuery;