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 ¶
View Source
var Module = fx.Options( fx.Provide(NewNetwork), )
Module for fx.
Functions ¶
func MustParseDuration ¶ added in v1.150.0
MustParseDuration for time.
Types ¶
Click to show internal directories.
Click to hide internal directories.