Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Weight of the queue Weight string = "Weight" // Name of queue Name string = "Name" // Pending status of the queue Pending string = "Pending" // Running status of the queue Running string = "Running" // Unknown status of the queue Unknown string = "Unknown" // Inqueue status of queue Inqueue string = "Inqueue" // State is state of queue State string = "State" )
Variables ¶
This section is empty.
Functions ¶
func PrintQueue ¶
PrintQueue prints queue information
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.