1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-01 07:27:46 +00:00

RBAC caching

This commit is contained in:
Darren Shepherd
2020-02-08 13:03:57 -07:00
parent 87a107e23e
commit 9f771dcf65
6 changed files with 213 additions and 45 deletions

View File

@@ -7,6 +7,7 @@ import (
)
type AccessSet struct {
ID string
set map[key]resourceAccessSet
}