Expand description
Wire protocol types shared with the Go Forge supervisor.
Structs§
- Cancel
JobParams - Capabilities
Response - Error
Payload - Go:
ErrorPayloadingo/transport. - Health
Response - JobStatus
Params - Pong
Payload - Use when the worker only needs to echo structured JSON inside
payload. - Wire
Event - Go:
wireEvent— inner job data lives underpayload. - Wire
Request - Go:
wireRequest— method string + optional params map/struct. - Wire
Response - Go:
wireResponse.
Functions§
- decode_
pong_ payload - Decode
WireResponse.payloadforping(Go expects a JSON object inside payload).