Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentSetting ¶
type WxcpSetting ¶
type WxcpSetting struct { //AgentSetting CorpId string `json:"corpId" yaml:"corpId"` AgentId int `json:"agentId" yaml:"agentId"` AppSecret string `json:"appSecret" yaml:"appSecret"` MessageToken string `json:"messageToken" yaml:"messageToken"` MessageAESKey string `json:"messageAESKey" yaml:"messageAESKey"` Enabled bool `json:"enabled" yaml:"enabled"` Agents []AgentSetting `json:"agents" yaml:"agents"` }
var Setting *WxcpSetting = &WxcpSetting{ Enabled: false, }
Click to show internal directories.
Click to hide internal directories.