Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RabbitMQ ¶
type RabbitMQ struct { Delivery <-chan amqp.Delivery Channel *amqp.Channel // contains filtered or unexported fields }
func NewRabbitMQ ¶
func NewRabbitMQ(logger *zap.SugaredLogger) *RabbitMQ
type SiteRequestEvent ¶
type SiteRequestEvent struct {
Url string `json:"url"`
}
type SiteResponseEvent ¶
Click to show internal directories.
Click to hide internal directories.