| 20 | ) |
| 21 | |
| 22 | type fakeObject struct { |
| 23 | Owner uuid.UUID |
| 24 | OrgOwner uuid.UUID |
| 25 | Type string |
| 26 | Allowed bool |
| 27 | } |
| 28 | |
| 29 | func (w fakeObject) RBACObject() Object { |
| 30 | return Object{ |
nothing calls this directly
no outgoing calls
no test coverage detected