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

Struct CloudControllerServiceKeyRepository

cf/api/service_keys.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type CloudControllerServiceKeyRepository struct {
26 config coreconfig.Reader
27 gateway net.Gateway
28}
29
30func NewCloudControllerServiceKeyRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerServiceKeyRepository) {
31 return CloudControllerServiceKeyRepository{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected