添加袤博推送 (#284)

Co-authored-by: liuming <liuming@example.com>
This commit is contained in:
liu ming
2022-09-23 17:40:48 +08:00
committed by GitHub
parent 1a61598322
commit e000dc18aa
9 changed files with 191 additions and 0 deletions
+7
View File
@@ -215,6 +215,13 @@ type config struct {
ServiceAccount string `yaml:"serviceAccount"`
Enable bool `yaml:"enable"`
}
Mob struct {
AppKey string `yaml:"appKey"`
PushUrl string `yaml:"pushUrl"`
Scheme string `yaml:"scheme"`
AppSecret string `yaml:"appSecret"`
Enable bool `yaml:"enable"`
}
}
Manager struct {
AppManagerUid []string `yaml:"appManagerUid"`