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

Method issuedAt

kitetest/kitetest.go:62–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (k *KiteKey) issuedAt() int64 {
63 if k.IssuedAt != 0 {
64 return k.IssuedAt
65 }
66 return time.Now().UTC().Unix()
67}
68
69func (k *KiteKey) kontrolURL() string {
70 if k.KontrolURL != "" {

Callers 1

GenerateKiteKeyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected