Versions in this module Expand all Collapse all v0 v0.7.0 Dec 17, 2018 Changes in this version + type FetcherJob struct + func NewFetcherJob(c *cli.Context, order int, from, to *big.Int, attempts int) *FetcherJob + type Pool struct + func NewPool(sugar *zap.SugaredLogger, maxWorkers int, storage storage.Interface) *Pool + func (p *Pool) ErrCh() chan error + func (p *Pool) GetLastCompleteJobOrder() int + func (p *Pool) Run(j job) + func (p *Pool) Shutdown()