Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PortFowarder ¶
type PortFowarder struct {
LocalPort string
RemotePort string
SSHUser string
SSHHost string
SSHPort string
KeyPath string
// contains filtered or unexported fields
}
func NewForwarder ¶
func NewForwarder(localPort, remotePort, sshUser, sshHost, sshPort, keyPath string) (*PortFowarder, error)
Click to show internal directories.
Click to hide internal directories.