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

Struct Client

api/plugin/client.go:11–14  ·  view source on GitHub ↗

Client is a client that can be used to make HTTP requests to plugin repositories.

Source from the content-addressed store, hash-verified

9// Client is a client that can be used to make HTTP requests to plugin
10// repositories.
11type Client struct {
12 connection Connection
13 userAgent string
14}
15
16// Config allows the Client to be configured
17type Config struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected