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

Method ExecuteSecureShell

command/v7/ssh_command.go:14–14  ·  view source on GitHub ↗
(sshClient sharedaction.SecureShellClient, sshOptions sharedaction.SSHOptions)

Source from the content-addressed store, hash-verified

12
13type SharedSSHActor interface {
14 ExecuteSecureShell(sshClient sharedaction.SecureShellClient, sshOptions sharedaction.SSHOptions) error
15}
16
17type SSHCommand struct {

Callers 1

ExecuteMethod · 0.65

Implementers 3

FakeSharedSSHActorcommand/v7/v7fakes/fake_shared_sshacto
FakeSSHActoractor/v7action/v7actionfakes/fake_ssha
Actoractor/sharedaction/actor.go

Calls

no outgoing calls

Tested by

no test coverage detected