MCPcopy Index your code
hub / github.com/koding/kite / Close

Method Close

kontrol/kontrol.go:345–348  ·  view source on GitHub ↗

Close stops kontrol and closes all connections

()

Source from the content-addressed store, hash-verified

343
344// Close stops kontrol and closes all connections
345func (k *Kontrol) Close() {
346 close(k.closed)
347 k.Kite.Close()
348}
349
350// InitializeSelf registers his host by writing a key to ~/.kite/kite.key
351func (k *Kontrol) InitializeSelf() error {

Callers 13

TestKontrol_HandleWebRTCFunction · 0.45
GetMethod · 0.45
TestUpdateKeysFunction · 0.45
TestMultipleRegisterFunction · 0.45
TestTokenInvalidationFunction · 0.45
TestMultipleFunction · 0.45
TestGetKitesFunction · 0.45
TestGetTokenFunction · 0.45
TestRegisterKiteFunction · 0.45
TestKontrolFunction · 0.45
TestKontrolMultiKeyFunction · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by 10

TestKontrol_HandleWebRTCFunction · 0.36
TestUpdateKeysFunction · 0.36
TestMultipleRegisterFunction · 0.36
TestTokenInvalidationFunction · 0.36
TestMultipleFunction · 0.36
TestGetKitesFunction · 0.36
TestGetTokenFunction · 0.36
TestRegisterKiteFunction · 0.36
TestKontrolFunction · 0.36
TestKontrolMultiKeyFunction · 0.36