feat: add serverchan notify client

This commit is contained in:
Simon Ding
2025-02-13 12:04:51 +08:00
parent 8a4566aee8
commit d44f786f9b
6 changed files with 209 additions and 37 deletions

View File

@@ -30,6 +30,7 @@ func init() {
handler.Store("dingtalk", NewDingTalkClient)
handler.Store("telegram", NewTelegramClient)
handler.Store("bark", NewbarkClient)
handler.Store("serverchan", NewServerChanClient)
}
func Gethandler(name string) (HandlerFunc, bool) {