Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHClientDialer ¶
type SSHClientDialer struct {
// contains filtered or unexported fields
}
func NewSSHDialer ¶
func NewSSHDialer(sshClient *ssh.Client) *SSHClientDialer
func (*SSHClientDialer) Dial ¶
func (d *SSHClientDialer) Dial(network, address string) (net.Conn, error)
func (*SSHClientDialer) DialTimeout ¶
Click to show internal directories.
Click to hide internal directories.