Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseWorker ¶
type BaseWorker struct { RB gateways.RabbitI HandleFunc }
func (*BaseWorker) Consume ¶
func (w *BaseWorker) Consume() error
Consume starts a channel that consumes messages from the front of the queue
type HandleFunc ¶
type HandleFunc func([]byte)
func (HandleFunc) Handle ¶
func (f HandleFunc) Handle(body []byte)
Click to show internal directories.
Click to hide internal directories.