Skip to main content

Module ResponseTypes

Module ResponseTypes 

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

ConfigResponse
Configuration key/value read result.
ConnectionInfo
Active IPC connection metadata.
DaemonState
Full daemon state snapshot (debug dump).
HealthCheckResponse
Result of a health-check sweep across all services.
LogEntry
Single structured log line.
MetricsResponse
Aggregated performance metrics snapshot.
ServiceHealthDetail
Fine-grained health detail for one service.
ServiceMetrics
Per-service request latency counters.
ServiceStatus
Per-service status inside a StatusResponse.
StatusResponse
Overall daemon + services status.

Enums§

ServiceHealth
Coarse service health classification.