From 63adca3553e836317da3e2614ae93fc69eb34c49 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 5 Feb 2020 12:50:48 +0800 Subject: [PATCH] test --- def.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/def.go b/def.go index 7ce5fab..1db0463 100644 --- a/def.go +++ b/def.go @@ -45,10 +45,6 @@ type MQKeepAlive struct { Date time.Time `json:"date"` } -type CallbackMsgData struct { - Data `json:"data"` -} - const ( commandForwardMsg = 1 commandReplyMsg = 2