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

Method KiteKey

kite.go:245–250  ·  view source on GitHub ↗

KiteKey gives a kite key used to authenticate to kontrol and other kites.

()

Source from the content-addressed store, hash-verified

243
244// KiteKey gives a kite key used to authenticate to kontrol and other kites.
245func (k *Kite) KiteKey() string {
246 k.configMu.RLock()
247 defer k.configMu.RUnlock()
248
249 return k.Config.KiteKey
250}
251
252// KontrolKey gives a Kontrol's public key.
253//

Callers 5

RegisterHTTPMethod · 0.95
SetupKontrolClientMethod · 0.95
RegisterToProxyMethod · 0.95
helloMethod · 0.80
KeyPairMethod · 0.80

Calls

no outgoing calls

Tested by 1

helloMethod · 0.64