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