2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-03 05:12:01 +08:00

[ci skip] Update docs

This commit is contained in:
Ken Hibino
2020-01-16 19:50:45 -08:00
parent 43d7591250
commit 0c2591ad7e
5 changed files with 26 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ import (
"github.com/spf13/cast"
)
// Payload is an arbitrary data needed for task execution.
// Payload holds arbitrary data needed for task execution.
type Payload struct {
data map[string]interface{}
}