(repo AppSummaryRepository)
| 208 | } |
| 209 | |
| 210 | func (locator RepositoryLocator) SetAppSummaryRepository(repo AppSummaryRepository) RepositoryLocator { |
| 211 | locator.appSummaryRepo = repo |
| 212 | return locator |
| 213 | } |
| 214 | |
| 215 | func (locator RepositoryLocator) SetUserRepository(repo UserRepository) RepositoryLocator { |
| 216 | locator.userRepo = repo |
no outgoing calls
no test coverage detected