Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + type Fetcher struct + Attempt func(context.Context) (interface{}, error) + LogFailure func(error, interface{}) + Name string + func (f *Fetcher) Fetch(ctx context.Context) (interface{}, error) + func (f *Fetcher) FetchString(ctx context.Context) (string, error) + func (f *Fetcher) Reset()