MCPcopy
hub / github.com/cloudfoundry/cli / secureClient

Struct secureClient

cf/ssh/ssh.go:468–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468type secureClient struct{ client *ssh.Client }
469
470func (sc *secureClient) Close() error { return sc.client.Close() }
471func (sc *secureClient) Conn() ssh.Conn { return sc.client.Conn }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected