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

Struct CloudControllerFeatureFlagRepository

cf/api/featureflags/feature_flags.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type CloudControllerFeatureFlagRepository struct {
21 config coreconfig.Reader
22 gateway net.Gateway
23}
24
25func NewCloudControllerFeatureFlagRepository(config coreconfig.Reader, gateway net.Gateway) CloudControllerFeatureFlagRepository {
26 return CloudControllerFeatureFlagRepository{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected