Skip to main content

Module protocol

Module protocol 

Source
Expand description

Protocol messages for CLI-daemon communication.

Structs§

LogEvent
Log event for daemon logging.
TestNodeInfo
Test node information returned from daemon.

Enums§

ErrorCode
Error codes for categorizing failures.
Outcome
Outcome of a single test execution.
Request
Commands sent from CLI to daemon.
Response
Responses sent from daemon to CLI.
TestEvent
Event emitted during test execution.

Constants§

PROTOCOL_VERSION
Current protocol version. Increment when breaking changes are made.