Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection interface {
NewPublisher(queueName string) (Publisher, error)
NewConsumer(queueName string, handler app.Handler) (Consumer, error)
Close() error
}
func NewRabbitMQConnection ¶
func NewRabbitMQConnection(url string) (Connection, error)
func NewRedisConnection ¶
func NewRedisConnection(url string) (Connection, error)
Click to show internal directories.
Click to hide internal directories.