reset
This commit is contained in:
parent
0a0c8e7960
commit
5eae8974eb
5
def.go
5
def.go
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user