canic-core 0.99.25

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

pub mod query;