package global import "github.com/streadway/amqp" type RabbitMQ struct { Connection *amqp.Connection Channel *amqp.Channel }