Documentation
¶
Index ¶
- type 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()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHTunnel ¶
type SSHTunnel struct {
// contains filtered or unexported fields
}
func NewSSHTunnel ¶
func (*SSHTunnel) ForwardTunnel ¶
func (c *SSHTunnel) ForwardTunnel()
func (*SSHTunnel) ReverseTunnel ¶
func (c *SSHTunnel) ReverseTunnel()
func (*SSHTunnel) SetAttemptSleepTime ¶
func (*SSHTunnel) SetNoLogger ¶
Click to show internal directories.
Click to hide internal directories.