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

Method onTokenExpire

kontrol/helper_test.go:150–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148}
149
150func (hk *HelloKite) onTokenExpire() {
151 hk.toks <- struct{}{}
152}
153
154func (hk *HelloKite) onTokenRenew(string) {
155 hk.renew <- struct{}{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected