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

Struct Client

api/uaa/client.go:16–24  ·  view source on GitHub ↗

Client is the UAA client

Source from the content-addressed store, hash-verified

14
15// Client is the UAA client
16type Client struct {
17 Info
18
19 config Config
20
21 connection Connection
22 router *internal.Router
23 userAgent string
24}
25
26// NewClient returns a new UAA Client with the provided configuration
27func NewClient(config Config) *Client {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected