Expand description
Unix socket protocol for daemon-CLI communication. Uses JSON over unix stream sockets, with each message as a single line.
Structs§
- Health
Info - Snapshot of daemon health, returned by the
healthsocket command. - Reader
Health - Health info for a single reader task (index-aligned with FsGroup).
Enums§
- Error
Kind - Classifies whether an error is permanent (will persist after daemon restart) or transient (runtime issue, will work after restart).
- Socket
Cmd - Type-safe socket commands.
- Socket
Error - Type-safe socket errors.
- Socket
Response - Type-safe socket responses.
Functions§
- send_
cmd - Send a command to the running daemon and get the response.