Versions in this module Expand all Collapse all v4 v4.0.0 Jan 10, 2023 Changes in this version + var ErrRequestTimeout = wait.ErrWaitTimeout + type Waiter interface + Wait func(timeout time.Duration, frequency time.Duration) error + func NewWaitRequest(job func() (bool, error)) Waiter