Versions in this module Expand all Collapse all v0 v0.17.0 Jul 14, 2023 Changes in this version + func DoWithRetry(logger *logrus.Entry, actionDescription string, maxRetries int, ...) error + func DoWithRetryInterface(logger *logrus.Entry, actionDescription string, maxRetries int, ...) (interface{}, error) + type FatalError struct + Underlying error + func (err FatalError) Error() string + type MaxRetriesExceeded struct + Description string + MaxRetries int + func (err MaxRetriesExceeded) Error() string