Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
type
cliConnection
struct
{
15
cliServerPort string
16
}
17
18
func
NewCliConnection(cliServerPort string) *cliConnection {
19
return
&cliConnection{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected