Expand description
Types for interacting with the status endpoint of a replica. See Status for details.
Structs§
- Status
- The structure returned by
super::Agent::status, containing the information returned by the status endpoint of a replica.
Enums§
- Value
- 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::Valuedirectly across API boundaries, we reimplement it asValuehere.