Skip to main content

Module protocol

Module protocol 

Source
Expand description

IPC protocol message types.

Defines the request/response format for CLI ↔ daemon communication. Uses a typed command enum (not wrapping CLI Commands) for clean separation.

Structs§

Request
IPC request from CLI to daemon.
Response
IPC response from daemon to CLI.

Enums§

Command
Commands that can be sent from CLI to daemon.