canic-core 0.69.5

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
//! Module: workflow::topology::children
//!
//! Responsibility: expose child topology views derived for the current canister.
//! Does not own: authoritative registry state, endpoint authorization, or DTO schemas.
//! Boundary: workflow query namespace over child storage projections.

pub mod query;