Home
last modified time | relevance | path

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

/dports/www/grafana8/grafana-8.3.6/pkg/services/provisioning/notifiers/
H A Dconfig_reader_test.go148 notificationsQuery := models.GetAllAlertNotificationsQuery{OrgId: 1}
166 notificationsQuery := models.GetAllAlertNotificationsQuery{OrgId: 1}
201 notificationsQuery := models.GetAllAlertNotificationsQuery{OrgId: 1}
233 notificationsQuery := models.GetAllAlertNotificationsQuery{OrgId: 1}
245 notificationsQuery = models.GetAllAlertNotificationsQuery{OrgId: 1}
280 notificationsQuery := models.GetAllAlertNotificationsQuery{OrgId: existingOrg2.Result.Id}
312 notificationsQuery := models.GetAllAlertNotificationsQuery{OrgId: 1}
/dports/www/grafana8/grafana-8.3.6/pkg/models/
H A Dalert_notifications.go135 type GetAllAlertNotificationsQuery struct { struct
/dports/www/grafana8/grafana-8.3.6/pkg/services/alerting/
H A Dservice.go93 …) GetAllAlertNotifications(ctx context.Context, query *models.GetAllAlertNotificationsQuery) error…
/dports/www/grafana8/grafana-8.3.6/pkg/api/
H A Dalerting.go228 query := &models.GetAllAlertNotificationsQuery{OrgId: c.OrgId}
/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/
H A Dalert_notification.go96 …) GetAllAlertNotifications(ctx context.Context, query *models.GetAllAlertNotificationsQuery) error… argument
H A Dalert_notification_test.go335 query := &models.GetAllAlertNotificationsQuery{