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

Struct CloudControllerServiceBrokerRepository

cf/api/service_brokers.go:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type CloudControllerServiceBrokerRepository struct {
30 config coreconfig.Reader
31 gateway net.Gateway
32}
33
34func NewCloudControllerServiceBrokerRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerServiceBrokerRepository) {
35 repo.config = config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected