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

Struct HelloKite

kontrol/helper_test.go:88–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type HelloKite struct {
89 Kite *kite.Kite
90 URL *url.URL
91 Token bool
92
93 clients map[string]*kite.Client
94 regs chan *protocol.RegisterResult
95 toks chan struct{}
96 renew chan struct{}
97}
98
99func NewHelloKite(name string, conf *Config) (*HelloKite, error) {
100 k := kite.New(name, "1.0.0")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected