Expand description
Response DTO structs returned by daemon IPC calls and serialised to
stdout by OutputFormatter. Keeping these separate from the parser and
handler code makes the wire contract easy to review and unit-test.
Structs§
- Config
Response - Configuration key/value read result.
- Connection
Info - Active IPC connection metadata.
- Daemon
State - Full daemon state snapshot (debug dump).
- Health
Check Response - Result of a health-check sweep across all services.
- LogEntry
- Single structured log line.
- Metrics
Response - Aggregated performance metrics snapshot.
- Service
Health Detail - Fine-grained health detail for one service.
- Service
Metrics - Per-service request latency counters.
- Service
Status - Per-service status inside a
StatusResponse. - Status
Response - Overall daemon + services status.
Enums§
- Service
Health - Coarse service health classification.