Documentation ¶ Index ¶ type Msg func (msg *Msg) Check() (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Msg ¶ type Msg struct { OpenID string `json:"open_id"` Scene int `json:"scene"` Version int `json:"version"` Content string `json:"content"` Nickname string `json:"nickname"` Title string `json:"title"` Signature string `json:"signature"` } func (*Msg) Check ¶ func (msg *Msg) Check() (bool, error) Source Files ¶ View all Source files msg.go Click to show internal directories. Click to hide internal directories.