(sshClient sharedaction.SecureShellClient, sshOptions sharedaction.SSHOptions)
| 12 | |
| 13 | type SharedSSHActor interface { |
| 14 | ExecuteSecureShell(sshClient sharedaction.SecureShellClient, sshOptions sharedaction.SSHOptions) error |
| 15 | } |
| 16 | |
| 17 | type SSHCommand struct { |
no outgoing calls
no test coverage detected