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

Interface ExpandableScope

coderd/rbac/scopes.go:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191type ExpandableScope interface {
192 Expand() (Scope, error)
193 // Name is for logging and tracing purposes, we want to know the human
194 // name of the scope.
195 Name() RoleIdentifier
196}
197
198type ScopeName string
199

Implementers 2

Scopecoderd/rbac/scopes.go
APIKeyScopeSetcoderd/database/modelmethods.go

Calls

no outgoing calls

Tested by

no test coverage detected