Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ NewSession
Method
NewSession
util/clissh/secure_client.go:12–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
type
SecureClient
interface
{
12
NewSession() (SecureSession, error)
13
Conn() ssh.Conn
14
Dial(network, address string) (net.Conn, error)
15
Wait() error
Callers
4
InteractiveSession
Method · 0.65
NewSession
Method · 0.65
InteractiveSession
Method · 0.65
NewSession
Method · 0.65
Implementers
4
secureClient
cf/ssh/ssh.go
FakeSecureClient
cf/ssh/sshfakes/fake_secure_client.go
secureClient
util/clissh/secure_client.go
FakeSecureClient
util/clissh/clisshfakes/fake_secure_cl
Calls
no outgoing calls
Tested by
no test coverage detected