feat: webhook server part done (#76)
This commit is contained in:
@@ -113,3 +113,9 @@ const (
|
||||
ChannelStatusEnabled = 1
|
||||
ChannelStatusDisabled = 2
|
||||
)
|
||||
|
||||
const (
|
||||
WebhookStatusUnknown = 0
|
||||
WebhookStatusEnabled = 1
|
||||
WebhookStatusDisabled = 2
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user