(string)
| 152 | } |
| 153 | |
| 154 | func (hk *HelloKite) onTokenRenew(string) { |
| 155 | hk.renew <- struct{}{} |
| 156 | } |
| 157 | |
| 158 | func (hk *HelloKite) WaitTokenExpired(timeout time.Duration) error { |
| 159 | if !hk.Token { |
nothing calls this directly
no outgoing calls
no test coverage detected