Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommonRetryBackOffCtorFromParsed ¶
func CommonRetryBackOffCtorFromParsed(pConf *service.ParsedConfig) (ctor func() backoff.BackOff, err error)
CommonRetryBackOffCtorFromParsed extracts the retry backoff fields from the config and returns a retry backoff constructor.
func CommonRetryBackOffFields ¶
func CommonRetryBackOffFields( defaultMaxRetries int, defaultInitInterval string, defaultMaxInterval string, defaultMaxElapsed string, ) []*service.ConfigField
CommonRetryBackOffFields returns a list containing the retry backoff docs fields.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.