Versions in this module Expand all Collapse all v0 v0.0.3 Jan 29, 2023 v0.0.2 Jan 29, 2023 Changes in this version + func NewQueue(client Client, namespace string) TaskQueue + func NewQueueWithDelta(client Client, namespace string, delta time.Duration) TaskQueue + func NewTask(namespace string) *task + func NewTaskWithPriority(namespace string, priority int) *task + func NewTaskWithPriorityAndExpiresAt(namespace string, priority int, expires_at time.Time) *task