MCPcopy Create free account
hub / github.com/koding/kite / newPrivateKite

Function newPrivateKite

tunnelproxy/proxy.go:279–284  ·  view source on GitHub ↗
(r *kite.Client)

Source from the content-addressed store, hash-verified

277}
278
279func newPrivateKite(r *kite.Client) *PrivateKite {
280 return &PrivateKite{
281 Client: r,
282 tunnels: make(map[uint64]*Tunnel),
283 }
284}
285
286func (k *PrivateKite) newTunnel(local sockjs.Session) *Tunnel {
287 t := &Tunnel{

Callers 1

handleRegisterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected