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

TypeAlias Roles

coderd/rbac/roles.go:800–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798}
799
800type Roles []Role
801
802func (roles Roles) Expand() ([]Role, error) {
803 return roles, nil

Callers 9

dbfake.goFile · 0.92
TestSystemRolesFunction · 0.92
dbauthz.goFile · 0.92
TestGroupsAuthFunction · 0.92
dbgen.goFile · 0.92
testDBAuthzRoleFunction · 0.92
pgcoord.goFile · 0.92
TestRegoInputValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected