Structs§
- Command
Client - High-level client that talks to Cloudflare’s host-managed command channel (Cloud Run does not expose one).
- Command
Request - JSON payload describing a command issued to the host.
- Command
Response - Response returned by the host for a previously issued command.
Enums§
- Command
Endpoint - Describes how the container establishes the host command channel transport.
- Command
Endpoint Parse Error - Errors encountered while parsing a
CommandEndpointfrom a string. - Command
Error - Errors emitted by
CommandClientwhen transport or payload handling fails.