MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Update

Method Update

cf/api/featureflags/feature_flags.go:17–17  ·  view source on GitHub ↗
(string, bool)

Source from the content-addressed store, hash-verified

15 List() ([]models.FeatureFlag, error)
16 FindByName(string) (models.FeatureFlag, error)
17 Update(string, bool) error
18}
19
20type CloudControllerFeatureFlagRepository struct {

Callers 1

Implementers 2

CloudControllerFeatureFlagRepositorycf/api/featureflags/feature_flags.go
FakeFeatureFlagRepositorycf/api/featureflags/featureflagsfakes/

Calls

no outgoing calls

Tested by

no test coverage detected