Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/koding/kite
/ issuer
Method
issuer
kitetest/kitetest.go:42–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(k *KiteKey) issuer() string {
43
if
k.Issuer !=
""
{
44
return
k.Issuer
45
}
46
return
"koding"
47
}
48
49
func
(k *KiteKey) username() string {
50
if
k.Username !=
""
{
Callers
1
GenerateKiteKey
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected