Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ secureClient
Struct
secureClient
util/clissh/secure_client.go:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
type
secureClient
struct
{
20
client *ssh.Client
21
}
22
23
func
(sc secureClient) Close() error {
24
return
sc.client.Close()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected