Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrClosedByCaller = errors.New("tunnel closed by caller")
Functions ¶
This section is empty.
Types ¶
type Tunnel ¶
type Tunnel struct {
// contains filtered or unexported fields
}
func (*Tunnel) Close ¶
func (t *Tunnel) Close()
`Start`函数调用成功后,可调用`Close`函数,主动关闭转推任务 `Close`函数允许调用多次
Click to show internal directories.
Click to hide internal directories.