Home
last modified time | relevance | path

Searched refs:GetOrCreateNotificationStateQuery (Results 1 – 6 of 6) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/
H A Dalert_notification_test.go43 …query := &models.GetOrCreateNotificationStateQuery{AlertId: alertID, OrgId: orgID, NotifierId: not…
52 …query2 := &models.GetOrCreateNotificationStateQuery{AlertId: alertID, OrgId: orgID, NotifierId: no…
73 …query2 := &models.GetOrCreateNotificationStateQuery{AlertId: alertID, OrgId: orgID, NotifierId: no…
89 …query3 := &models.GetOrCreateNotificationStateQuery{AlertId: alertID, OrgId: orgID, NotifierId: no…
107 …query3 := &models.GetOrCreateNotificationStateQuery{AlertId: alertID, OrgId: orgID, NotifierId: no…
H A Dalert_notification.go531 …eateAlertNotificationState(ctx context.Context, cmd *models.GetOrCreateNotificationStateQuery) err… argument
579 …tionState(ctx context.Context, sess *DBSession, cmd *models.GetOrCreateNotificationStateQuery, nj … argument
/dports/www/grafana8/grafana-8.3.6/pkg/models/
H A Dalert_notifications.go165 type GetOrCreateNotificationStateQuery struct { struct
/dports/www/grafana8/grafana-8.3.6/pkg/services/alerting/
H A Dservice.go97 …eateAlertNotificationState(ctx context.Context, cmd *models.GetOrCreateNotificationStateQuery) err…
H A Dnotifier.go262 query := &models.GetOrCreateNotificationStateQuery{
H A Dnotifier_test.go193 …dHandlerCtx("test", func(ctx context.Context, query *models.GetOrCreateNotificationStateQuery) err…