Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiSpecDocHandler ¶
type ApiSpecDocHandler struct {
// contains filtered or unexported fields
}
func (*ApiSpecDocHandler) Handle ¶
func (asdh *ApiSpecDocHandler) Handle(ctx context.Context, delivery rabbitmq.Delivery) rabbitmq.Action
type Handler ¶
type Handler interface { //Handle message and return action to response to the queue Handle(ctx context.Context, delivery rabbitmq.Delivery) rabbitmq.Action }
Handler represents an interface to any queue message processing struct.
func NewApiSpecDocHandler ¶
func NewApiSpecDocHandler(publisher publisher.Publisher, config config.QueueConfig, processor process.UrlProcessor, log logger.Logger) Handler
Click to show internal directories.
Click to hide internal directories.