()
| 159 | } |
| 160 | |
| 161 | func (locator RepositoryLocator) GetEndpointRepository() coreconfig.EndpointRepository { |
| 162 | return locator.endpointRepo |
| 163 | } |
| 164 | |
| 165 | func (locator RepositoryLocator) SetEndpointRepository(e coreconfig.EndpointRepository) RepositoryLocator { |
| 166 | locator.endpointRepo = e |
no outgoing calls
no test coverage detected