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

Method Conn

util/clissh/secure_client.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11type SecureClient interface {
12 NewSession() (SecureSession, error)
13 Conn() ssh.Conn
14 Dial(network, address string) (net.Conn, error)
15 Wait() error
16 Close() error

Callers 4

InteractiveSessionMethod · 0.65
WaitMethod · 0.65
InteractiveSessionMethod · 0.65
WaitMethod · 0.65

Implementers 4

secureClientcf/ssh/ssh.go
FakeSecureClientcf/ssh/sshfakes/fake_secure_client.go
secureClientutil/clissh/secure_client.go
FakeSecureClientutil/clissh/clisshfakes/fake_secure_cl

Calls

no outgoing calls

Tested by

no test coverage detected