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

Struct CloudControllerClientRepository

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

Source from the content-addressed store, hash-verified

18}
19
20type CloudControllerClientRepository struct {
21 config coreconfig.Reader
22 uaaGateway net.Gateway
23}
24
25func NewCloudControllerClientRepository(config coreconfig.Reader, uaaGateway net.Gateway) (repo CloudControllerClientRepository) {
26 repo.config = config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected