Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TypeReply is Type for messages with insolar.Reply in Payload TypeReply = "reply" // TypeReturnResults is Type of messages with *payload.ReturnResults in Payload // should be handled by contractrequester TypeReturnResults = "returnresults" )
View Source
const ( // Pulse is key for Pulse Pulse = "pulse" // Type is key for Type Type = "type" // Sender is key for Sender Sender = "sender" // TraceID is key for traceID TraceID = "TraceID" // SpanData is key for a span data SpanData = "SpanData" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.