Versions in this module Expand all Collapse all v1 v1.9.9 Sep 30, 2024 Changes in this version + type SSHTunnel struct + func NewSSHTunnel(sshConfig *ssh.ClientConfig, host string, localPort string, remotePort string) *SSHTunnel + func (c *SSHTunnel) Close() + func (c *SSHTunnel) ForwardTunnel() + func (c *SSHTunnel) ReverseTunnel() + func (c *SSHTunnel) SetAttemptSleepTime(sleepTime time.Duration) *SSHTunnel + func (c *SSHTunnel) SetLogger(logger func(format string, v ...any)) *SSHTunnel + func (c *SSHTunnel) SetNoLogger() *SSHTunnel + func (c *SSHTunnel) Wait()