Skip to main content

Module protocol

Module protocol 

Source

Structs§

EmptyArgs
ErrorBody
EventsArgs
A cursor-paginated read of the activity feed. after resumes from a previously returned cursor; tail starts that many events before the newest one and wins when both are given. One page per request — clients stream by polling with the returned cursor.
ListArgs
limit keeps only that many of the newest tickets. Absent means all of them, which is what a client that predates the field sends.
LogsArgs
A cursor-paginated read of one run’s captured output. stage narrows the page to a single flow stage, tail keeps the last N matching entries instead of the first N, and after resumes from a previously returned cursor so a follower streams without replaying what it has seen.
NoteArgs
PostArgs
ProtocolError
RequestEnvelope
RequestId
ResponseEnvelope
RunArgs
RunReferenceArgs
ShowArgs
StopArgs
TicketReferenceArgs
VerdictArgs

Enums§

Capability
ErrorCode
PostActivation
Request
RunActivation
VerdictValue

Constants§

PROTOCOL_VERSION