Documentation ¶ Index ¶ type Payload func (p *Payload) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Payload ¶ type Payload struct { // Context represent payload context, might be omitted. Context []byte // body contains binary payload to be processed by WorkerProcess. Body []byte } Payload carries binary header and body to stack and back to the server. func (*Payload) String ¶ func (p *Payload) String() string String returns payload body as string Source Files ¶ View all Source files payload.go Click to show internal directories. Click to hide internal directories.