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

Struct CloudControllerBuildpackRepository

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected