Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request interface { AddDelayJob(topic, id, body string, delay, ttr uint) error ReplaceDelayJob(topic, id, body string, delay, ttr uint) error FinishDelayJob(topic string, id string) error DeleteDelayJob(topic string, id string) error PopDelayJob(topic string) (id string, body string, err error) }
Click to show internal directories.
Click to hide internal directories.