Home
last modified time | relevance | path

Searched refs:newAlertNotificationUidCacheKey (Results 1 – 2 of 2) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/
H A Dalert_notification_test.go371 cacheKey := newAlertNotificationUidCacheKey(byIdQuery.OrgId, byIdQuery.Id)
390 cacheKey := newAlertNotificationUidCacheKey(query.OrgId, query.Id)
409 cacheKey := newAlertNotificationUidCacheKey(query.OrgId, query.Id)
H A Dalert_notification.go71 cacheKey := newAlertNotificationUidCacheKey(query.OrgId, query.Id)
88 func newAlertNotificationUidCacheKey(orgID, notificationId int64) string { func