Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + type CloudControllerFeatureFlagRepository struct + func NewCloudControllerFeatureFlagRepository(config coreconfig.Reader, gateway net.Gateway) CloudControllerFeatureFlagRepository + func (repo CloudControllerFeatureFlagRepository) FindByName(name string) (models.FeatureFlag, error) + func (repo CloudControllerFeatureFlagRepository) List() ([]models.FeatureFlag, error) + func (repo CloudControllerFeatureFlagRepository) Update(flag string, set bool) error + type FeatureFlagRepository interface + FindByName func(string) (models.FeatureFlag, error) + List func() ([]models.FeatureFlag, error) + Update func(string, bool) error Other modules containing this package github.com/LukasHeimann/cloudfoundrycli