Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadURLs ¶
DownloadURLs downloads all provided URLs concurrently. It limits the number of concurrent downloads to the provided concurrencyLevel.
Types ¶
type ProgressPrinter ¶
type ProgressPrinter struct {
// contains filtered or unexported fields
}
func NewProgressPrinter ¶
func NewProgressPrinter(numWriters int) ProgressPrinter
func (*ProgressPrinter) PrintProgress ¶
func (pp *ProgressPrinter) PrintProgress()
type ProgressWriter ¶
type ProgressWriter struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.