Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppSetting ¶
type WxmpSetting ¶
type WxmpSetting struct { Enabled bool `json:"enabled" yaml:"enabled"` AppId string `json:"appId" yaml:"appId"` AppSecret string `json:"appSecret" yaml:"appSecret"` MessageToken string `json:"messageToken" yaml:"messageToken"` MessageAESKey string `json:"messageAESKey" yaml:"messageAESKey"` Apps []AppSetting `json:"apps" yaml:"apps"` }
var Setting *WxmpSetting = &WxmpSetting{ Enabled: false, }
Click to show internal directories.
Click to hide internal directories.