(repo stacks.StackRepository)
| 276 | } |
| 277 | |
| 278 | func (locator RepositoryLocator) SetStackRepository(repo stacks.StackRepository) RepositoryLocator { |
| 279 | locator.stackRepo = repo |
| 280 | return locator |
| 281 | } |
| 282 | |
| 283 | func (locator RepositoryLocator) GetStackRepository() stacks.StackRepository { |
| 284 | return locator.stackRepo |
no outgoing calls
no test coverage detected