canic-control-plane 0.93.33

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
//! Module: view
//!
//! Responsibility: expose internal read-only control-plane projections.
//! Does not own: persisted records, endpoint DTOs, or workflow decisions.
//! Boundary: receives values projected by ops before workflow use.

pub mod state;