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

Method InteractiveSession

cf/ssh/ssh.go:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37type SecureShell interface {
38 Connect(opts *options.SSHOptions) error
39 InteractiveSession() error
40 LocalPortForward() error
41 Wait() error
42 Close() 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