(repo logs.Repository)
| 351 | } |
| 352 | |
| 353 | func (locator RepositoryLocator) SetLogsRepository(repo logs.Repository) RepositoryLocator { |
| 354 | locator.logsRepo = repo |
| 355 | return locator |
| 356 | } |
| 357 | |
| 358 | func (locator RepositoryLocator) GetLogsRepository() logs.Repository { |
| 359 | return locator.logsRepo |
no outgoing calls
no test coverage detected