Documentation ¶ Index ¶ func NewQueue[J queue.Job](driver string, settings any) (q queue.Queue[J], err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewQueue ¶ func NewQueue[J queue.Job](driver string, settings any) (q queue.Queue[J], err error) NewQueue creates a new queue based on the driver and settings provided. Supported drivers are "sync" and "redis". The settings parameter must be of the correct type for the driver. Types ¶ This section is empty. Source Files ¶ View all Source files factory.go Click to show internal directories. Click to hide internal directories.