renames debouceduration to for

This commit is contained in:
bergquist
2018-11-05 11:05:30 +01:00
parent d25284a364
commit ccd89eee97
8 changed files with 45 additions and 45 deletions

View File

@ -65,20 +65,20 @@ func (s ExecutionErrorOption) ToAlertState() AlertStateType {
}
type Alert struct {
Id int64
Version int64
OrgId int64
DashboardId int64
PanelId int64
Name string
Message string
Severity string //Unused
State AlertStateType
Handler int64 //Unused
Silenced bool
ExecutionError string
Frequency int64
DebounceDuration time.Duration
Id int64
Version int64
OrgId int64
DashboardId int64
PanelId int64
Name string
Message string
Severity string //Unused
State AlertStateType
Handler int64 //Unused
Silenced bool
ExecutionError string
Frequency int64
For time.Duration
EvalData *simplejson.Json
NewStateDate time.Time