MCPcopy 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
32func (t *Tunnel) CloseNotify() chan bool {
33 return t.closeChan
34}
35
36func (t *Tunnel) StartNotify() chan bool {
37 return t.startChan

Callers 1

newTunnelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected