feat(alerting): skeleton commit for webhook

This commit is contained in:
bergquist
2016-06-16 08:16:16 +02:00
parent a3b7ea7704
commit efea3bc9cb
5 changed files with 107 additions and 4 deletions
@@ -12,6 +12,14 @@ type SendEmailCommand struct {
Info string
}
type SendWebhook struct {
Url string
AuthUser string
AuthPassword string
Body string
Method string
}
type SendResetPasswordEmailCommand struct {
User *User
}