| 40 | } |
| 41 | |
| 42 | type HTTPAuthorizer struct { |
| 43 | Authorizer rbac.Authorizer |
| 44 | Logger slog.Logger |
| 45 | } |
| 46 | |
| 47 | // Authorize will return false if the user is not authorized to do the action. |
| 48 | // This function will log appropriately, but the caller must return an |
nothing calls this directly
no outgoing calls
no test coverage detected