MCPcopy
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
19type secureClient struct {
20 client *ssh.Client
21}
22
23func (sc secureClient) Close() error {
24 return sc.client.Close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected