Documentation ¶ Index ¶ type Struct func New(progressBarEnable bool) *Struct func (downloader *Struct) CacheFile(URL string, outputPath string, fileType string) (*string, error) func (downloader *Struct) Download(URL string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Struct ¶ type Struct struct { // contains filtered or unexported fields } func New ¶ func New(progressBarEnable bool) *Struct func (*Struct) CacheFile ¶ func (downloader *Struct) CacheFile(URL string, outputPath string, fileType string) (*string, error) func (*Struct) Download ¶ func (downloader *Struct) Download(URL string) error Source Files ¶ View all Source files downloader.go Click to show internal directories. Click to hide internal directories.