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

Struct authorizedSQLFilter

coderd/rbac/authz.go:691–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689}
690
691type authorizedSQLFilter struct {
692 sqlString string
693 auth *PartialAuthorizer
694}
695
696// ConfigWithACL is the basic configuration for converting rego to SQL when
697// the object has group and user ACL fields.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected