Expand description
Gateway control socket for runtime status queries.
Provides a Unix domain socket that accepts JSON commands and returns structured responses. Uses the same line-delimited JSON protocol as the daemon control socket: one JSON line in, one JSON line out, then close.
Structs§
- Gateway
Control Socket - Gateway control socket listener.
- Gateway
Snapshot - Snapshot of gateway state published by the main loop.
- Snapshot
Config - Static gateway configuration for snapshot building.
Constants§
- GATEWAY_
SOCKET_ PATH - Socket path for the gateway control socket.
Functions§
- build_
snapshot - Build a
GatewaySnapshotfrom current component state.