(repo organizations.OrganizationRepository)
| 168 | } |
| 169 | |
| 170 | func (locator RepositoryLocator) SetOrganizationRepository(repo organizations.OrganizationRepository) RepositoryLocator { |
| 171 | locator.organizationRepo = repo |
| 172 | return locator |
| 173 | } |
| 174 | |
| 175 | func (locator RepositoryLocator) GetOrganizationRepository() organizations.OrganizationRepository { |
| 176 | return locator.organizationRepo |
no outgoing calls
no test coverage detected