()
| 191 | } |
| 192 | |
| 193 | func (locator RepositoryLocator) GetSpaceRepository() spaces.SpaceRepository { |
| 194 | return locator.spaceRepo |
| 195 | } |
| 196 | |
| 197 | func (locator RepositoryLocator) SetApplicationRepository(repo applications.Repository) RepositoryLocator { |
| 198 | locator.appRepo = repo |
no outgoing calls
no test coverage detected