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

Struct cliConnection

plugin/cli_connection.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type cliConnection struct {
15 cliServerPort string
16}
17
18func NewCliConnection(cliServerPort string) *cliConnection {
19 return &cliConnection{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected