Expand description
Public API façade for canister endpoints.
This module contains thin wrappers exposed to proc-macro–generated
endpoints. Functions here translate public API calls into internal
workflow or ops calls and map internal errors into PublicError.
No orchestration or business logic should live here.
Modules§
- access
- app
- cascade
- config
- cycles
- env
- error
- ic
- icrc
- icts
- instrumentation
- Endpoint instrumentation helpers used by proc-macro-generated entrypoints.
- lifecycle
- log
- memory
- metrics
- Metrics endpoint surface for macro-generated entrypoints.
- placement
- pool
- rpc
- state
- timer
- topology
- wasm
Structs§
- Endpoint
Call - EndpointCall
- Endpoint
Id - EndpointId
Enums§
- Endpoint
Call Kind - EndpointCallKind