tech(alerting): enforce POST for webhooks

This commit is contained in:
bergquist
2016-06-16 08:16:16 +02:00
parent efea3bc9cb
commit 2e809cae05
4 changed files with 33 additions and 29 deletions
+4 -5
View File
@@ -13,11 +13,10 @@ type SendEmailCommand struct {
}
type SendWebhook struct {
Url string
AuthUser string
AuthPassword string
Body string
Method string
Url string
User string
Password string
Body string
}
type SendResetPasswordEmailCommand struct {