We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e4f43 commit 2ee0b32Copy full SHA for 2ee0b32
coderd/database/types.go
@@ -91,6 +91,7 @@ func (t *WorkspaceACL) Scan(src interface{}) error {
91
return xerrors.Errorf("unexpected type %T", src)
92
}
93
94
+//nolint:revive
95
func (w WorkspaceACL) RBACACL() map[string][]policy.Action {
96
// Convert WorkspaceACL to a map of string to []policy.Action.
97
// This is used for RBAC checks.
0 commit comments