Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoltQueueStorage ¶
type BoltQueueStorage struct {
// contains filtered or unexported fields
}
func NewStorage ¶
func NewStorage(db storm.Node) *BoltQueueStorage
func (*BoltQueueStorage) DeleteJob ¶
func (s *BoltQueueStorage) DeleteJob(j Job) error
func (*BoltQueueStorage) Map ¶
func (s *BoltQueueStorage) Map(queue chan Job)
map over all jobs and send them into the given
func (*BoltQueueStorage) PersistJob ¶
func (s *BoltQueueStorage) PersistJob(j *Job) error
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
func (*Queue) RegisterProcessor ¶
register a new processor
Click to show internal directories.
Click to hide internal directories.