Skip to main content

Module host_capabilities

Module host_capabilities 

Source
Expand description

Shared checks for declared and served host operations.

The CLI and runtime adapters both need to find declared operations that a host does not serve. This module owns that set check.

Structs§

HostCapabilityExemptions
Exact operations whose handlers are added at runtime.
HostCapabilityOperation
One namespaced host operation.
HostCapabilitySurface
A deterministic set of host capability operations.

Functions§

parse_host_capability_document
Parse a JSON or TOML host-operation document once for all consumers.