Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/koding/kite
/ CloseNotify
Method
CloseNotify
reverseproxy/reverseproxy.go:117–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
}
116
117
func
(p *Proxy) CloseNotify()
chan
bool {
118
return
p.closeC
119
}
120
121
func
(p *Proxy) ReadyNotify()
chan
bool {
122
return
p.readyC
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected