package
0.0.0-20220412220916-5ea02083e3ec
Repository: https://github.com/riteshrch/go-edge-device-lib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ErrIsTemporary returns whether an error is Temporary(), iff it implements the Temporary interface.

# Variables

InitialDelay governs how long to wait the first time.

# Structs

ErrTemporary wraps any error and implements Temporary function.
TempErrCatcher catches temporary errors for you.

# Interfaces

Temporary is an interface errors can implement to ensure they are correctly classified by the default TempErrCatcher classifier.