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

Struct PrivateKite

tunnelproxy/proxy.go:269–277  ·  view source on GitHub ↗

PrivateKite

Source from the content-addressed store, hash-verified

267//
268
269type PrivateKite struct {
270 *kite.Client
271
272 // Connections to kites behind the proxy. Keys are kite IDs.
273 tunnels map[uint64]*Tunnel
274
275 // Last tunnel number
276 seq uint64
277}
278
279func newPrivateKite(r *kite.Client) *PrivateKite {
280 return &PrivateKite{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected