Versions in this module Expand all Collapse all v0 v0.1.0 Oct 12, 2018 Changes in this version + var ErrQueueFull = errors.New("downlad queue is full") + type Downloader struct + func NewDownloader(notification chan weles.ArtifactStatusChange, workerCount, queueCap int) *Downloader + func (d *Downloader) CheckInCache(URI weles.ArtifactURI) (weles.ArtifactInfo, error) + func (d *Downloader) Close() + func (d *Downloader) Download(URI weles.ArtifactURI, path weles.ArtifactPath, ...) error