(repo UserRepository)
| 213 | } |
| 214 | |
| 215 | func (locator RepositoryLocator) SetUserRepository(repo UserRepository) RepositoryLocator { |
| 216 | locator.userRepo = repo |
| 217 | return locator |
| 218 | } |
| 219 | |
| 220 | func (locator RepositoryLocator) GetAppSummaryRepository() AppSummaryRepository { |
| 221 | return locator.appSummaryRepo |
no outgoing calls
no test coverage detected