MCPcopy 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
42func (k *KiteKey) issuer() string {
43 if k.Issuer != "" {
44 return k.Issuer
45 }
46 return "koding"
47}
48
49func (k *KiteKey) username() string {
50 if k.Username != "" {

Callers 1

GenerateKiteKeyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected