Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct { JID string `json:"jid"` Retry int `json:"retry"` Queue string `json:"queue"` Class string `json:"class"` Args []interface{} `json:"args"` EnqueuedAt int64 `json:"enqueued_at"` }
Job holds all the information about the job to be enqueued.
Click to show internal directories.
Click to hide internal directories.