From 5eae8974eb11f2f634426df6cbf2fa278bfe9bc8 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 28 Jun 2019 15:58:00 +0800 Subject: [PATCH] reset --- def.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/def.go b/def.go index ca505e3..9260622 100644 --- a/def.go +++ b/def.go @@ -20,6 +20,11 @@ type MQKeepAlive struct { } type MQClient struct { + User string + Password string + Host string + Path string + SSL bool Connection *amqp.Connection Channel *amqp.Channel Queue amqp.Queue