# Functions
CreateRetryInsertService takes an inserter and the options provided and creates a RetryInsertService.
Metrics returns the Metrics relevant to this package.
No description provided by the author
WithBackoff sets the exponential backoff to use when retrying.
WithMeasures sets a provider to use for metrics.
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
RetryInsertService is a wrapper for a db.Inserter.
# Type aliases
Option is the function used to configure the retry object.