MCPcopy
hub / github.com/apache/casbin / DomainManager

Struct DomainManager

rbac/default-role-manager/role_manager.go:488–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488type DomainManager struct {
489 rmMap *sync.Map
490 maxHierarchyLevel int
491 matchingFunc rbac.MatchingFunc
492 domainMatchingFunc rbac.MatchingFunc
493 matchingFuncCache *util.SyncLRUCache
494}
495
496// NewDomainManager is the constructor for creating an instance of the
497// default DomainManager implementation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected