Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
func
(k *KiteKey) issuedAt() int64 {
63
if
k.IssuedAt != 0 {
64
return
k.IssuedAt
65
}
66
return
time.Now().UTC().Unix()
67
}
68
69
func
(k *KiteKey) kontrolURL() string {
70
if
k.KontrolURL !=
""
{
Callers
1
GenerateKiteKey
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected