Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { ID uint32 `form:"id" json:"id"` UID uint64 `form:"uid" json:"uid"` MsgID uint32 `form:"msgID" json:"msgID"` MsgType uint32 `form:"msgType" json:"msgType"` Seq uint32 `form:"seq" json:"seq"` Options string `form:"options" json:"options"` Body interface{} `form:"body" json:"body"` }
Message json struct
Click to show internal directories.
Click to hide internal directories.