(repo applications.Repository)
| 195 | } |
| 196 | |
| 197 | func (locator RepositoryLocator) SetApplicationRepository(repo applications.Repository) RepositoryLocator { |
| 198 | locator.appRepo = repo |
| 199 | return locator |
| 200 | } |
| 201 | |
| 202 | func (locator RepositoryLocator) GetApplicationRepository() applications.Repository { |
| 203 | return locator.appRepo |
no outgoing calls
no test coverage detected