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§
- Execute
Request - Execute request payload (boxed to reduce enum size)
- Pool
Error - Error details from the pool server
- Pool
LogEntry - Log entry from plugin execution
- Pool
Response - Response from the pool server
Enums§
- Pool
Request - Request messages sent to the pool server