# Functions
BodyContains returns a retry condition function.
BodyContainsOr returns a retry condition function.
BodyNotContains returns a retry condition function.
Do repeatedly executes an operation until no error condition occurs or the given timeout is reached, whatever comes first.
GetRequest is like Do, but runs a request against the given URL and applies the condition on the response.
HasBody returns a retry condition function.
KVExists is a retry condition function.
Request is like Do, but runs a request against the given URL and applies the condition on the response.
Response is like Request, but returns the response for further processing at the call site.
ResponseUntilStatusCode is like Request, but returns the response for further processing at the call site.
Sleep pauses the current goroutine for at least the duration d.
StatusCodeIs returns a retry condition function.
# Constants
CITimeoutMultiplier is the multiplier for all timeout in the CI.
# Type aliases
DoCondition is a retry condition function.
ResponseCondition is a retry condition function.