Documentation ¶ Index ¶ type Options func NewOptions() (*Options, error) func NewOptionsWithPath(path string) (opts *Options, err error) type Retry func NewRetry() *Retry func NewRetryWithOptions(options *Options) *Retry func (p *Retry) Register(ctx context.Context, client *r.Client) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Options ¶ type Options struct { Enabled bool Count int WaitTime time.Duration MaxWaitTime time.Duration } func NewOptions ¶ func NewOptions() (*Options, error) func NewOptionsWithPath ¶ func NewOptionsWithPath(path string) (opts *Options, err error) type Retry ¶ type Retry struct { // contains filtered or unexported fields } func NewRetry ¶ func NewRetry() *Retry func NewRetryWithOptions ¶ func NewRetryWithOptions(options *Options) *Retry func (*Retry) Register ¶ func (p *Retry) Register(ctx context.Context, client *r.Client) error Source Files ¶ View all Source files config.go options.go retry.go Click to show internal directories. Click to hide internal directories.