Home
last modified time | relevance | path

Searched refs:AlertNotificationStateCompleted (Results 1 – 3 of 3) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/pkg/models/
H A Dalert_notifications.go24 AlertNotificationStateCompleted = AlertNotificationStateType("completed") var
/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/
H A Dalert_notification_test.go93 require.Equal(t, models.AlertNotificationStateCompleted, query3.Result.State)
111 require.Equal(t, models.AlertNotificationStateCompleted, query3.Result.State)
H A Dalert_notification.go482 …_, err := sess.Exec(sql, models.AlertNotificationStateCompleted, newVersion, timeNow().Unix(), cmd…