Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
func
(k *KiteKey) kontrolURL() string {
70
if
k.KontrolURL !=
""
{
71
return
k.KontrolURL
72
}
73
return
"https://koding.com/kontrol/kite"
74
}
75
76
// GenerateKeyPair
77
func
GenerateKeyPair() (*KeyPair, error) {
Callers
1
GenerateKiteKey
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected