(repo quotas.QuotaRepository)
| 177 | } |
| 178 | |
| 179 | func (locator RepositoryLocator) SetQuotaRepository(repo quotas.QuotaRepository) RepositoryLocator { |
| 180 | locator.quotaRepo = repo |
| 181 | return locator |
| 182 | } |
| 183 | |
| 184 | func (locator RepositoryLocator) GetQuotaRepository() quotas.QuotaRepository { |
| 185 | return locator.quotaRepo |
no outgoing calls
no test coverage detected