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

Struct CloudControllerServicePlanRepository

cf/api/service_plan.go:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type CloudControllerServicePlanRepository struct {
23 config coreconfig.Reader
24 gateway net.Gateway
25}
26
27func NewCloudControllerServicePlanRepository(config coreconfig.Reader, gateway net.Gateway) CloudControllerServicePlanRepository {
28 return CloudControllerServicePlanRepository{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected