Documentation ¶
Index ¶
- type PusherQueue
- func (q *PusherQueue) List(queue QueueEnum) ([]string, error)
- func (q *PusherQueue) Lock(queue QueueEnum, item string) (bool, error)
- func (q *PusherQueue) Pop(queue QueueEnum) (string, error)
- func (q *PusherQueue) Push(queue QueueEnum, item string) error
- func (q *PusherQueue) Unlock(queue QueueEnum, item string) (bool, error)
- type QueueEnum
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PusherQueue ¶
type PusherQueue struct {
// contains filtered or unexported fields
}
func NewPusherQueue ¶
func NewPusherQueue() *PusherQueue
Click to show internal directories.
Click to hide internal directories.