package
1.1.1
Repository: https://github.com/thedevsaddam/dl.git
Documentation: pkg.go.dev

# Functions

New return a instance of DownloadManager with options.
WithConcurrency set number of concurrent request to be made.
WithFilename set the filename.
WithFilePath set the directory to save file.
WithLogger set custom logger.
WithSkipSubPathMap skip subdirectory resolving.
WithSubPathMap set the directory to save file.
WithVerbose enable debug output log.

# Structs

DownloadManager ...
Reader represents a custom reader.

# Interfaces

HTTPClient interface.

# Type aliases

OptionFunc represents a contract for option func, it basically set options to jsonq instance options.