Exemplo n.º 1
0
func onLeaveTunnel(c *ax.Client, _ interface{}) {
	tunnel.DoCleanup(c)
}
Exemplo n.º 2
0
func onLeave(c *ax.Client) {
	tunnel.DoCleanup(c)
	stat.ClientLeave()
}