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

Method Connect

cf/ssh/ssh.go:38–38  ·  view source on GitHub ↗
(opts *options.SSHOptions)

Source from the content-addressed store, hash-verified

36
37type SecureShell interface {
38 Connect(opts *options.SSHOptions) error
39 InteractiveSession() error
40 LocalPortForward() error
41 Wait() error

Callers 3

ExecuteMethod · 0.65
ssh_test.goFile · 0.65
ssh_test.goFile · 0.65

Implementers 4

secureShellcf/ssh/ssh.go
FakeSecureShellcf/ssh/sshfakes/fake_secure_shell.go
FakeSecureShellClientactor/sharedaction/sharedactionfakes/f
SecureShellutil/clissh/ssh.go

Calls

no outgoing calls

Tested by

no test coverage detected