Documentation
¶
Index ¶
Constants ¶
View Source
const ( QueueName = "rotation-manager" PriorityScheduled = 1 PriorityEvent = 2 PriorityLFW = 4 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
DB manages rotations in Postgres.
type LookForWorkArgs ¶ added in v0.34.0
type LookForWorkArgs struct{}
func (LookForWorkArgs) Kind ¶ added in v0.34.0
func (LookForWorkArgs) Kind() string
type UpdateArgs ¶ added in v0.34.0
func (UpdateArgs) Kind ¶ added in v0.34.0
func (UpdateArgs) Kind() string
Click to show internal directories.
Click to hide internal directories.