| 319 | } |
| 320 | |
| 321 | type fakeAuthorizer struct{} |
| 322 | |
| 323 | func (f *fakeAuthorizer) Authorize(ctx context.Context, principal *models.Principal, action string, resource ...string) error { |
| 324 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected