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

Struct CloudControllerServiceBindingRepository

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

Source from the content-addressed store, hash-verified

20}
21
22type CloudControllerServiceBindingRepository struct {
23 config coreconfig.Reader
24 gateway net.Gateway
25}
26
27func NewCloudControllerServiceBindingRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerServiceBindingRepository) {
28 repo.config = config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected