Added ability to set/add Webhook Token in payload

This commit is contained in:
2024-02-12 16:50:56 +13:00
parent 13e2fa6f7b
commit ddd6326a6e
5 changed files with 27 additions and 26 deletions

View File

@@ -13,10 +13,6 @@ const (
webhookTag = "webhook"
)
type Doer interface {
Do(*http.Request) (*http.Response, error)
}
type WebhookConfig struct {
Url string
}