Searched refs:newCustomUserPermission (Results 1 – 2 of 2) sorted by relevance
/dports/www/grafana8/grafana-8.3.6/pkg/services/guardian/ |
H A D | guardian_util_test.go | 241 func newCustomUserPermission(dashboardID int64, userID int64, permission models.PermissionType) *mo… func 246 return newCustomUserPermission(dashboardID, userID, permission)
|
H A D | guardian_test.go | 393 newCustomUserPermission(dashboardID, otherUserID, p), 440 newCustomUserPermission(dashboardID, otherUserID, p), 479 newCustomUserPermission(childDashboardID, otherUserID, p), 540 newCustomUserPermission(childDashboardID, otherUserID, p),
|