(repo ServiceKeyRepository)
| 294 | } |
| 295 | |
| 296 | func (locator RepositoryLocator) SetServiceKeyRepository(repo ServiceKeyRepository) RepositoryLocator { |
| 297 | locator.serviceKeyRepo = repo |
| 298 | return locator |
| 299 | } |
| 300 | |
| 301 | func (locator RepositoryLocator) GetServiceKeyRepository() ServiceKeyRepository { |
| 302 | return locator.serviceKeyRepo |
no outgoing calls
no test coverage detected