canic-core 0.68.24

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

pub mod query;