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

Struct MockAuthorizer

coderd/rbac/authz_internal_test.go:1430–1432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1428}
1429
1430type MockAuthorizer struct {
1431 AuthorizeFunc func(context.Context, Subject, policy.Action, Object) error
1432}
1433
1434var _ Authorizer = (*MockAuthorizer)(nil)
1435

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected