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

Method FindByName

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

Source from the content-addressed store, hash-verified

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

Callers 1

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected