MCPcopy Index your code
hub / github.com/coder/coder / authRecorder

Struct authRecorder

coderd/rbac/authz.go:826–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected