MCPcopy Index your code
hub / github.com/koding/kite / String

Method String

kontrol/kontrol.go:533–535  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

531}
532
533func (t *token) String() string {
534 return t.audience + t.username + t.issuer + t.keyPair.ID
535}
536
537// cacheToken cached the signed token under the given key.
538//

Callers 15

RegisterHTTPMethod · 0.45
sendHeartbeatsMethod · 0.45
RegisterMethod · 0.45
registerToProxyKiteMethod · 0.45
TestKiteFunction · 0.45
NewWithConfigFunction · 0.45
ErrorMethod · 0.45
handleLogMethod · 0.45
handleTunnelFunction · 0.45
RegisterURLMethod · 0.45
RandomPortFunction · 0.45
TestMakeWebsocketURLFunction · 0.45

Calls

no outgoing calls

Tested by 9

TestKiteFunction · 0.36
TestMakeWebsocketURLFunction · 0.36
TestWebSocketProxyFunction · 0.36
BenchmarkPostgresFunction · 0.36
BenchmarkEtcdAddFunction · 0.36
helloMethod · 0.36
TestMultipleRegisterFunction · 0.36
TestRegisterKiteFunction · 0.36
TestKontrolMultiKeyFunction · 0.36