merge: fixed conflicts in discord PR

This commit is contained in:
Torkel Ödegaard
2018-05-07 15:40:43 +02:00
6 changed files with 259 additions and 19 deletions
+7 -6
View File
@@ -19,12 +19,13 @@ type SendEmailCommandSync struct {
}
type SendWebhookSync struct {
Url string
User string
Password string
Body string
HttpMethod string
HttpHeader map[string]string
Url string
User string
Password string
Body string
HttpMethod string
HttpHeader map[string]string
ContentType string
}
type SendResetPasswordEmailCommand struct {