feat: support tencent custom alarm now (close #87)

This commit is contained in:
JustSong
2023-05-15 22:57:12 +08:00
parent 0f73bf4185
commit 8ead1f76cd
6 changed files with 167 additions and 14 deletions
+1
View File
@@ -21,6 +21,7 @@ const (
TypeGroup = "group"
TypeLarkApp = "lark_app"
TypeCustom = "custom"
TypeTencentAlarm = "tencent_alarm"
)
type Channel struct {