Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { io.Closer FilterGetByRbacRoles(getResults []*devicechange.PathValue, groupIds []string) ([]*devicechange.PathValue, error) }
Cache is the Role Based Access Control (RBAC) cache We can deal only with Paths and Values, and stay out of the realm of the rbac_1_0_0 object model. Validation will ensure we only get clean data in to this map
func NewRbacCache ¶
func NewRbacCache(devicesChangeStore devicechangestore.Store, deviceSnapshotStore devicesnapshotstore.Store, rbacInternalDevice device.VersionedID) (Cache, error)
NewRbacCache - create a new Rbac Cache
Click to show internal directories.
Click to hide internal directories.