Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConnectionClosed = errors.New("The connection to the backend is closed")
View Source
var NotImplemented = errors.New("This method is not implemented on this backend")
View Source
var QueueNotFound = errors.New("I don't know any queue by that name")
View Source
var SubscriptionCancelled = errors.New("This subscription has been cancelled")
View Source
var UnknownBackend = errors.New("I have never heard of that backend")
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct { ID string `json:"id"` Body string `json:"body"` Delay time.Duration `json:"delay"` // Delay overrides RunAt RunAt time.Time `json:"run_at"` NoExpBackoff bool `json:"no_exp_backoff"` Attempts int `json:"attempts"` Tags Tags `json:"tags"` QueueName string `json:"queue_name"` Token string `json:"token"` Timeout time.Duration `json:"timeout"` }
func (Task) VerifySignature ¶ added in v3.0.9
Click to show internal directories.
Click to hide internal directories.