canic 0.109.35

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub use crate::__internal::core::ids::{
    AccessMetricKind, BuildNetwork, COMPONENT_GROUP_MEMBER_PATH_MAX_SEGMENTS, CanisterRole,
    CanonicalNetworkId, ComponentBinding, ComponentChildBinding,
    ComponentDeploymentConfigurationDigest, ComponentGroupDeploymentId, ComponentGroupMemberId,
    ComponentGroupMemberPath, ComponentGroupPlacementId, ComponentGroupSpecId, ComponentInstanceId,
    ComponentSpecAdmission, ComponentSpecId, ComponentTopologyDigest, CyclesFundingBudget,
    EndpointCall, EndpointCallKind, EndpointId, FleetBinding, FleetCoordinatorBinding, FleetId,
    FleetKey, FleetRegistryAuthority, FleetServiceId, FleetSubnetCanisterPoolConfig,
    FleetSubnetRootBinding, FleetSubnetRootLimits, FleetSubnetRootReleaseSet,
    FleetSubnetWasmStoreActivationAuthority, FleetSubnetWasmStoreAuthority, IntentResourceKey,
    ManagedCanisterBinding, ReleaseSetDigest, SubnetId, SystemMetricKind, cap,
};

#[cfg(any(feature = "control-plane", feature = "wasm-store-canister"))]
pub use canic_control_plane::ids::{
    TemplateChunkingMode, TemplateId, TemplateManifestState, TemplateVersion, WasmStoreBinding,
    WasmStoreGcMode, WasmStoreGcStatus,
};