Documentation ¶
Index ¶
- type Tunnel
- func (t *Tunnel) ActiveRoutes() ([]string, error)
- func (t *Tunnel) AddRoutes(routes ...string) error
- func (t *Tunnel) Close() error
- func (t *Tunnel) GetLoopbackRoute() (string, error)
- func (t *Tunnel) Name() string
- func (t *Tunnel) Pause() error
- func (t *Tunnel) RemoveRoutes(routes ...string) error
- func (t *Tunnel) Resume() error
- func (t *Tunnel) Status() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tunnel ¶
type Tunnel struct {
// contains filtered or unexported fields
}
func (*Tunnel) ActiveRoutes ¶
func (*Tunnel) GetLoopbackRoute ¶
func (*Tunnel) RemoveRoutes ¶
Click to show internal directories.
Click to hide internal directories.