Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts Options) *Downloader
type Progress ¶
type Progress interface { OnAdd(elem Elem) OnDownload(elem Elem, state ProgressState) OnDone(elem Elem, err error) }
type ProgressState ¶
Click to show internal directories.
Click to hide internal directories.