()
| 463 | } |
| 464 | |
| 465 | func (locator RepositoryLocator) GetFeatureFlagRepository() featureflags.FeatureFlagRepository { |
| 466 | return locator.featureFlagRepo |
| 467 | } |
| 468 | |
| 469 | func (locator RepositoryLocator) SetEnvironmentVariableGroupsRepository(repo environmentvariablegroups.Repository) RepositoryLocator { |
| 470 | locator.environmentVariableGroupRepo = repo |
no outgoing calls
no test coverage detected