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

Struct CloudControllerCurlRepository

cf/api/curl.go:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type CloudControllerCurlRepository struct {
25 config coreconfig.Reader
26 gateway net.Gateway
27}
28
29func NewCloudControllerCurlRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerCurlRepository) {
30 repo.config = config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected