(e Engine, repoID int64)
| 87 | } |
| 88 | |
| 89 | func (org *User) removeOrgRepo(e Engine, repoID int64) error { |
| 90 | return removeOrgRepo(e, org.ID, repoID) |
| 91 | } |
| 92 | |
| 93 | // RemoveOrgRepo removes all team-repository relations of organization. |
| 94 | func (org *User) RemoveOrgRepo(repoID int64) error { |
no test coverage detected