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

Struct API

cf/commands/api.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type API struct {
18 ui terminal.UI
19 endpointRepo coreconfig.EndpointRepository
20 config coreconfig.ReadWriter
21}
22
23func init() {
24 commandregistry.Register(API{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected