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:
@@ -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{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user