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

Struct fakeObject

coderd/rbac/authz_internal_test.go:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type fakeObject struct {
23 Owner uuid.UUID
24 OrgOwner uuid.UUID
25 Type string
26 Allowed bool
27}
28
29func (w fakeObject) RBACObject() Object {
30 return Object{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected