Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/koding/kite
/ CloseNotify
Method
CloseNotify
tunnelproxy/tunnel.go:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
func
(t *Tunnel) CloseNotify()
chan
bool {
33
return
t.closeChan
34
}
35
36
func
(t *Tunnel) StartNotify()
chan
bool {
37
return
t.startChan
Callers
1
newTunnel
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected