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

Method KontrolReadyNotify

kontrolclient.go:292–294  ·  view source on GitHub ↗

KontrolReadyNotify returns a channel that is closed when a successful registration to kontrol is done.

()

Source from the content-addressed store, hash-verified

290// KontrolReadyNotify returns a channel that is closed when a successful
291// registration to kontrol is done.
292func (k *Kite) KontrolReadyNotify() chan struct{} {
293 return k.kontrol.readyRegistered
294}
295
296// signalReady is an internal method to notify that a successful registration
297// is done.

Callers 5

RegisterForeverMethod · 0.95
TestWebSocketProxyFunction · 0.80
TestKontrolFunction · 0.80
TestKontrolMultiKeyFunction · 0.80
TestRegisterToKontrolFunction · 0.80

Calls

no outgoing calls

Tested by 4

TestWebSocketProxyFunction · 0.64
TestKontrolFunction · 0.64
TestKontrolMultiKeyFunction · 0.64
TestRegisterToKontrolFunction · 0.64