Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cli ¶
type Cli struct{}
Cli ...
func (*Cli) DynamicForwardLocalRequestToRemote ¶
func (s *Cli) DynamicForwardLocalRequestToRemote(remoteHost, privateKeyPath string, remoteSSHPort int, proxyPort int) *exec.Cmd
DynamicForwardLocalRequestToRemote ssh remote port forward
type CliInterface ¶
type CliInterface interface { Version() *exec.Cmd ForwardRemoteRequestToLocal(localPort, remoteHost, remotePort, privateKeyPath string, remoteSSHPort int) *exec.Cmd DynamicForwardLocalRequestToRemote(remoteHost, privateKeyPath string, remoteSSHPort int, proxyPort int) *exec.Cmd }
CliInterface ...
Click to show internal directories.
Click to hide internal directories.