feat: webhook server part done (#76)

This commit is contained in:
JustSong
2023-05-10 11:58:55 +08:00
parent f7999d944e
commit 374400479f
8 changed files with 385 additions and 1 deletions
+6
View File
@@ -113,3 +113,9 @@ const (
ChannelStatusEnabled = 1
ChannelStatusDisabled = 2
)
const (
WebhookStatusUnknown = 0
WebhookStatusEnabled = 1
WebhookStatusDisabled = 2
)