Documentation ¶
Index ¶
Constants ¶
View Source
const ( RetryInterval = 50 * time.Millisecond RetryTimeout = 2 * time.Second ReadinessTimeout = 10 * time.Minute GCTimeout = 5 * time.Minute )
Variables ¶
View Source
var ( ErrNotFound = errors.New("not found") ErrUnknown = errors.New("unknown") )
Functions ¶
func IsRequestRetryable ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.