| 824 | } |
| 825 | |
| 826 | type authRecorder struct { |
| 827 | authz Authorizer |
| 828 | } |
| 829 | |
| 830 | // Recorder returns an Authorizer that records any authorization checks made |
| 831 | // on the Context provided for the authorization check. |
nothing calls this directly
no outgoing calls
no test coverage detected