Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct { ErrorHandler ErrorHandlerFunc // contains filtered or unexported fields }
func NewConsumer ¶
func NewConsumer() *Consumer
func NewConsumerWithClient ¶
func (*Consumer) Handle ¶
func (c *Consumer) Handle(queueURL string, handle HandlerFunc)
func (*Consumer) Use ¶
func (c *Consumer) Use(middleware ...MiddlewareFunc)
type ErrorHandlerFunc ¶
type HandlerFunc ¶
type MiddlewareFunc ¶
type MiddlewareFunc func(next HandlerFunc) HandlerFunc
Click to show internal directories.
Click to hide internal directories.