# Functions
GetBackoffCoefficient retrieves the backoff coefficient from the given context.
GetBackoffExponentialMaxInterval retrieves the backoff exponential max interval from the given context.
GetBackoffPolicy retrieves the backoff policy from the given context.
GetInterval retrieves interval from context.
GetInvertCheck retrieves invert-check from context.
GetTimeout retrieves timeout from context.
WithBackoffCoefficient returns a new context with the given backoff coefficient value.
WithBackoffExponentialMaxInterval returns a new context with the given backoff exponential max interval value.
WithBackoffPolicy returns a new context with the given backoff policy value.
WithInterval returns a new context with the given interval value.
WithInvertCheck returns a new context with the given invert-check value.
WithTimeout returns a new context with the given timeout value.