(repo CurlRepository)
| 150 | } |
| 151 | |
| 152 | func (locator RepositoryLocator) SetCurlRepository(repo CurlRepository) RepositoryLocator { |
| 153 | locator.curlRepo = repo |
| 154 | return locator |
| 155 | } |
| 156 | |
| 157 | func (locator RepositoryLocator) GetCurlRepository() CurlRepository { |
| 158 | return locator.curlRepo |