Searched refs:timeoutError (Results 1 – 1 of 1) sorted by relevance
86 type timeoutError struct{} struct88 func (timeoutError) Error() string { return "tls: DialWithDialer timed out" } argument89 func (timeoutError) Timeout() bool { return true } argument90 func (timeoutError) Temporary() bool { return true } argument117 errChannel <- timeoutError{}