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

Method onTokenRenew

kontrol/helper_test.go:154–156  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

152}
153
154func (hk *HelloKite) onTokenRenew(string) {
155 hk.renew <- struct{}{}
156}
157
158func (hk *HelloKite) WaitTokenExpired(timeout time.Duration) error {
159 if !hk.Token {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected