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

Method Close

actor/sharedaction/secure_shell_client.go:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7type SecureShellClient interface {
8 Connect(username string, passcode string, sshEndpoint string, sshHostKeyFingerprint string, skipHostValidation bool) error
9 Close() error
10 InteractiveSession(commands []string, terminalRequest clissh.TTYRequest) error
11 LocalPortForward(localPortForwardSpecs []clissh.LocalPortForward) error
12 Wait() error

Callers 15

populateResponseMethod · 0.65
displayRequestMethod · 0.65
MakeMethod · 0.65
MakeMethod · 0.65
createUploadBufferMethod · 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 5

writeToFileFunction · 0.52
writeToFileFunction · 0.52
zipitFunction · 0.52
zipitFunction · 0.52