feat(): notify dingding

This commit is contained in:
Espoir
2021-08-26 21:10:13 +08:00
parent 20876243ed
commit 5fe92dcc89
15 changed files with 266 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
package config
type DingDing struct {
Url string `mapstructure:"url" json:"url" yaml:"url"` // Url
Token string `mapstructure:"token" json:"token" yaml:"token"` // Token
Secret string `mapstructure:"secret" json:"secret" yaml:"secret"` // 密钥
}