()
| 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) } |
| 623 | func (u UserLink) RBACObject() rbac.Object { return rbac.ResourceUserObject(u.UserID) } |
| 624 |
nothing calls this directly
no test coverage detected