Expand description
Types for interacting with the status endpoint of a replica. See Status
for details.
Structs§
- The structure returned by
super::Agent::status
, containing the information returned by the status endpoint of a replica.
Enums§
- Value returned by the status endpoint of a replica. This is a loose mapping to CBOR values. Because the agent should not return
serde_cbor::Value
directly across API boundaries, we reimplement it asValue
here.