Documentation ¶
Index ¶
Constants ¶
View Source
const ( LocalMode = "local" RemoteMode = "remote" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHTunnel ¶
type SSHTunnel struct { Mode string Source string Destination string // contains filtered or unexported fields }
func NewSSHTunnel ¶
func NewSSHTunnel(conf *transport.ClientConfig, destination, source, mode string) *SSHTunnel
func (*SSHTunnel) GetErrorMsg ¶
func (*SSHTunnel) SetErrorMsg ¶
Click to show internal directories.
Click to hide internal directories.