Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Timeout as a general guidance of the maximum time any operation should take. Timeout = 30 * time.Second // Backoff as a general guidance of the scalar time any retry should take. Backoff = 100 * time.Millisecond )
Variables ¶
This section is empty.
Functions ¶
func MustParseDuration ¶ added in v1.150.0
MustParseDuration for time.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.