summaryrefslogtreecommitdiff
path: root/payload.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-28 18:31:12 +0300
committerWolfy-J <[email protected]>2018-01-28 18:31:12 +0300
commite7b1d96d1310dbdf413061bed49521ef9bf35374 (patch)
tree917e88f163abccfe14548a40f7a02b9a359d263a /payload.go
parent2756e6c92a89fa1fc09466889670811855ee0429 (diff)
Context
Diffstat (limited to 'payload.go')
-rw-r--r--payload.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/payload.go b/payload.go
index 8b029e1d..cc714eb3 100644
--- a/payload.go
+++ b/payload.go
@@ -3,8 +3,8 @@ package roadrunner
// Payload carries binary header and body to workers and
// back to the server.
type Payload struct {
- // Head represent payload context, might be omitted
- Head []byte
+ // Context represent payload context, might be omitted
+ Context []byte
// Body contains binary payload to be processed by worker
Body []byte