Expand description
The fan-in query discipline (RFC 05 §2.1) — moved verbatim from
zenctl’s bus.rs; this stays the single chokepoint for fleet GETs.
Structs§
- Fleet
Answer - One host’s answer, attributed to the origin that actually replied.
- State
Sample - One state sample from a snapshot GET.
Enums§
- Answer
- How a producer answered a procedure call.
Functions§
- fleet_
get - Call a procedure and collect every reply, attributed by origin.
- fleet_
registry - Discover every live producer’s registry slice from the bus, with nothing compiled in (RFC 08 §6: “generic explorer tooling … needs no compiled-in registry”).
- fleet_
registry_ raw - As
fleet_registry, additionally yielding each reply’s raw TOML text (the artifact the slice cache persists). - state_
snapshot - GET the current state under a selector with the fan-in discipline
(target All, consolidation None) — the doctor’s freshness check
(RFC 04 §1.2) consumes the timestamps. Same chokepoint posture as
fleet_get: no subcommand issues a rawsession.get.