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

Method kontrolURL

kitetest/kitetest.go:69–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69func (k *KiteKey) kontrolURL() string {
70 if k.KontrolURL != "" {
71 return k.KontrolURL
72 }
73 return "https://koding.com/kontrol/kite"
74}
75
76// GenerateKeyPair
77func GenerateKeyPair() (*KeyPair, error) {

Callers 1

GenerateKiteKeyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected