Sending image

This commit is contained in:
Andrzej Ressel
2017-03-23 21:53:54 +01:00
parent 5f3b7eaa45
commit 1bf982439b
5 changed files with 107 additions and 32 deletions

View File

@@ -18,12 +18,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 {