()
| 615 | } |
| 616 | |
| 617 | func (u GetUsersRow) RBACObject() rbac.Object { |
| 618 | return rbac.ResourceUserObject(u.ID) |
| 619 | } |
| 620 | |
| 621 | func (u GitSSHKey) RBACObject() rbac.Object { return rbac.ResourceUserObject(u.UserID) } |
| 622 | func (u ExternalAuthLink) RBACObject() rbac.Object { return rbac.ResourceUserObject(u.UserID) } |
nothing calls this directly
no test coverage detected