Module protocol

Source
Expand description

Protocol types for pool server communication.

Defines the JSON-line protocol messages exchanged between the Rust pool executor and Node.js pool server via Unix socket.

Structs§

ExecuteRequest
Execute request payload (boxed to reduce enum size)
PoolError
Error details from the pool server
PoolLogEntry
Log entry from plugin execution
PoolResponse
Response from the pool server

Enums§

PoolRequest
Request messages sent to the pool server