This commit is contained in:
shoopea 2019-06-28 15:58:00 +08:00
parent 0a0c8e7960
commit 5eae8974eb

5
def.go
View File

@ -20,6 +20,11 @@ type MQKeepAlive struct {
} }
type MQClient struct { type MQClient struct {
User string
Password string
Host string
Path string
SSL bool
Connection *amqp.Connection Connection *amqp.Connection
Channel *amqp.Channel Channel *amqp.Channel
Queue amqp.Queue Queue amqp.Queue