mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 03:19:30 +08:00
renames debouceduration
to for
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user