Versions in this module Expand all Collapse all v1 v1.2.2 Sep 26, 2025 Changes in this version + func ProcessDownloadTask(config TaskConfig) error + type TaskConfig struct + Filename string + OutputDir string + URL string + Workers int v1.2.1 Sep 26, 2025 Changes in this version + type Downloader struct + func NewTask(output, url, filename string) (*Downloader, error) + func (d *Downloader) Start(concurrency int) error