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

Struct Client

api/router/client.go:15–19  ·  view source on GitHub ↗

Client is a client that can be used to talk to a Cloud Controller's V2 Endpoints.

Source from the content-addressed store, hash-verified

13// Client is a client that can be used to talk to a Cloud Controller's V2
14// Endpoints.
15type Client struct {
16 connection Connection
17 router *rata.RequestGenerator
18 userAgent string
19}
20
21// Config allows the Client to be configured
22type Config struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected