Discover Packages
github.com/islax/microapp
retry
package
Version:
v0.0.72
Opens a new window with list of versions in this module.
Published: Sep 17, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Do Performs repeated calls with a time delay for specific number of attempts
or till the function returns no error
Return Stop{err}, if you want to stop despite Error
type Stop struct {
OriginalError error
}
Stop is used to return error and stop retrying
Return Stop{err}, if you want to stop despite Error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.