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::index
//!
//! Responsibility: group read-only app and subnet index workflow queries.
//! Does not own: index storage mutation, endpoint authorization, or DTO schemas.
//! Boundary: workflow query namespace over index storage ops.

pub mod query;