Documentation
¶
Index ¶
- func Call(retryCount int, f func() error, doRetryFuncs ...func(err error) bool) error
- func GetOne[T any](retryCount int, f func() (T, error), doRetryFuncs ...func(err error) bool) (T, error)
- func GetOneCond[T any](retryCount int, f func() (T, error), doRetryFunc func(t T, err error) bool) (T, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.