Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNoFileLink no update contract ErrNoFileLink = fmt.Errorf("未上传完成!请点击上传按钮完成上传!") )
Functions ¶
This section is empty.
Types ¶
type ArgMidWithDate ¶
ArgMidWithDate arg
type BAP ¶
type BAP struct { UserName string `json:"username"` Title string `json:"title"` Content string `json:"content"` URL string `json:"url"` Ty string `json:"type"` Token string `json:"token"` Signature string `json:"signature"` TimeStamp int64 `json:"timestamp"` }
BAP for wechat msg.
type CommandCommonResult ¶
type CommandCommonResult struct { }
CommandCommonResult common result for command
Source Files
¶
Click to show internal directories.
Click to hide internal directories.