Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicTunnel ¶
type DynamicTunnel struct { Local Endpoint // contains filtered or unexported fields }
func (*DynamicTunnel) Close ¶
func (t *DynamicTunnel) Close()
func (*DynamicTunnel) Name ¶
func (t *DynamicTunnel) Name() string
func (*DynamicTunnel) Run ¶
func (t *DynamicTunnel) Run()
type FixedTunnel ¶
type FixedTunnel struct { Local Endpoint Remote Endpoint // contains filtered or unexported fields }
func (*FixedTunnel) Close ¶
func (t *FixedTunnel) Close()
func (*FixedTunnel) Name ¶
func (t *FixedTunnel) Name() string
func (*FixedTunnel) Run ¶
func (t *FixedTunnel) Run()
Click to show internal directories.
Click to hide internal directories.