This commit is contained in:
shoopea 2020-02-05 12:50:48 +08:00
parent c148d23aa9
commit 63adca3553

4
def.go
View File

@ -45,10 +45,6 @@ type MQKeepAlive struct {
Date time.Time `json:"date"` Date time.Time `json:"date"`
} }
type CallbackMsgData struct {
Data `json:"data"`
}
const ( const (
commandForwardMsg = 1 commandForwardMsg = 1
commandReplyMsg = 2 commandReplyMsg = 2