()
| 442 | type testCustomRoleManager struct{} |
| 443 | |
| 444 | func NewRoleManager() rbac.RoleManager { |
| 445 | return &testCustomRoleManager{} |
| 446 | } |
| 447 | func (rm *testCustomRoleManager) Clear() error { return nil } |
| 448 | func (rm *testCustomRoleManager) AddLink(name1 string, name2 string, domain ...string) error { |
| 449 | return nil |
no outgoing calls
no test coverage detected
searching dependent graphs…