Skip to main content

Module query

Module query 

Source
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§

FleetAnswer
One host’s answer, attributed to the origin that actually replied.
StateSample
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 raw session.get.