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

Struct PluginConnection

api/plugin/plugin_connection.go:19–22  ·  view source on GitHub ↗

PluginConnection represents a connection to a plugin repo.

Source from the content-addressed store, hash-verified

17
18// PluginConnection represents a connection to a plugin repo.
19type PluginConnection struct {
20 HTTPClient *http.Client
21 proxyReader ProxyReader // nolint
22}
23
24// NewConnection returns a new PluginConnection
25func NewConnection(skipSSLValidation bool, dialTimeout time.Duration) *PluginConnection {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected