MCPcopy
hub / github.com/cloudfoundry/cli / List

Method List

cf/api/featureflags/feature_flags.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14type FeatureFlagRepository interface {
15 List() ([]models.FeatureFlag, error)
16 FindByName(string) (models.FeatureFlag, error)
17 Update(string, bool) error
18}

Callers 8

database_test.goFile · 0.65
ListBrokersMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected