Merge branch 'master' into websocket

This commit is contained in:
Torkel Ödegaard
2017-01-31 08:56:49 +01:00
283 changed files with 29756 additions and 7727 deletions
-1
View File
@@ -73,7 +73,6 @@ type Alert struct {
Frequency int64
EvalData *simplejson.Json
EvalDate time.Time
NewStateDate time.Time
StateChanges int
+1
View File
@@ -23,6 +23,7 @@ type SendWebhookSync struct {
Password string
Body string
HttpMethod string
HttpHeader map[string]string
}
type SendResetPasswordEmailCommand struct {