Documentation ¶
Index ¶
Constants ¶
View Source
const (
JOB_STATUS_PREFIX = "goq:queue:job:status:"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionOptions ¶
type Options ¶
type Options struct { Connection *ConnectionOptions Concurrency uint8 QueueName string Processor Processor ErrorHandler ErrorHandler }
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
func (*Queue) QueueStatus ¶
func (q *Queue) QueueStatus() (*QueueStatus, error)
Method to get status of this queue
type QueueStatus ¶
type QueueStatus struct {
QueueLength int64
}
Click to show internal directories.
Click to hide internal directories.