| 486 | } |
| 487 | |
| 488 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected