canic-core 0.68.16

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
//! Module: workflow::topology::registry
//!
//! Responsibility: group read-only app and subnet registry workflow queries.
//! Does not own: registry storage mutation, endpoint authorization, or DTO schemas.
//! Boundary: workflow query namespace over registry storage ops.

pub mod query;