(e coreconfig.EndpointRepository)
| 163 | } |
| 164 | |
| 165 | func (locator RepositoryLocator) SetEndpointRepository(e coreconfig.EndpointRepository) RepositoryLocator { |
| 166 | locator.endpointRepo = e |
| 167 | return locator |
| 168 | } |
| 169 | |
| 170 | func (locator RepositoryLocator) SetOrganizationRepository(repo organizations.OrganizationRepository) RepositoryLocator { |
| 171 | locator.organizationRepo = repo |
no outgoing calls
no test coverage detected