Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bridge ¶ added in v0.0.10
type Bridge struct { TunnelPort int //通信隧道端口 Client sync.Map Register sync.Map OpenTask chan *file.Tunnel CloseTask chan *file.Tunnel CloseClient chan int SecretChan chan *conn.Secret // contains filtered or unexported fields }
func (*Bridge) GetHealthFromClient ¶ added in v0.18.1
get health information form client
func (*Bridge) SendLinkInfo ¶ added in v0.0.12
func (*Bridge) StartTunnel ¶ added in v0.0.10
Click to show internal directories.
Click to hide internal directories.