Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
14
type
FeatureFlagRepository
interface
{
15
List() ([]models.FeatureFlag, error)
16
FindByName(string) (models.FeatureFlag, error)
17
Update(string, bool) error
18
}
19
Callers
1
feature_flags_test.go
File · 0.65
Implementers
2
CloudControllerFeatureFlagRepository
cf/api/featureflags/feature_flags.go
FakeFeatureFlagRepository
cf/api/featureflags/featureflagsfakes/
Calls
no outgoing calls
Tested by
no test coverage detected