Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
Queue implements a JobQueue backed by PostgreSQL. Refer Open() for initialising.
func Open ¶
Open returns a JobQueue implementation backed by the PostgreSQL instance discovered by the conString. The table used for the queue will be based on the queueName. Necessary migrations will be done automatically.
Click to show internal directories.
Click to hide internal directories.