Crate containerflare_command

Crate containerflare_command 

Source

Structs§

CommandClient
High-level client that talks to Cloudflare’s host-managed command channel (Cloud Run does not expose one).
CommandRequest
JSON payload describing a command issued to the host.
CommandResponse
Response returned by the host for a previously issued command.

Enums§

CommandEndpoint
Describes how the container establishes the host command channel transport.
CommandEndpointParseError
Errors encountered while parsing a CommandEndpoint from a string.
CommandError
Errors emitted by CommandClient when transport or payload handling fails.