| 1428 | } |
| 1429 | |
| 1430 | type MockAuthorizer struct { |
| 1431 | AuthorizeFunc func(context.Context, Subject, policy.Action, Object) error |
| 1432 | } |
| 1433 | |
| 1434 | var _ Authorizer = (*MockAuthorizer)(nil) |
| 1435 |
nothing calls this directly
no outgoing calls
no test coverage detected