()
| 290 | } |
| 291 | |
| 292 | func (locator RepositoryLocator) GetServiceRepository() ServiceRepository { |
| 293 | return locator.serviceRepo |
| 294 | } |
| 295 | |
| 296 | func (locator RepositoryLocator) SetServiceKeyRepository(repo ServiceKeyRepository) RepositoryLocator { |
| 297 | locator.serviceKeyRepo = repo |
no outgoing calls
no test coverage detected