()
| 173 | } |
| 174 | |
| 175 | func (locator RepositoryLocator) GetOrganizationRepository() organizations.OrganizationRepository { |
| 176 | return locator.organizationRepo |
| 177 | } |
| 178 | |
| 179 | func (locator RepositoryLocator) SetQuotaRepository(repo quotas.QuotaRepository) RepositoryLocator { |
| 180 | locator.quotaRepo = repo |
no outgoing calls
no test coverage detected