Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZIPDownloader ¶
type ZIPDownloader struct {
SourceURL string
ZipFolderDest string
ZipName string
AssetFolderDest string
RemoveAfterDownload bool
}
func (*ZIPDownloader) DownloadToFile ¶
func (z *ZIPDownloader) DownloadToFile() error
func (*ZIPDownloader) UnzipToDir ¶
func (z *ZIPDownloader) UnzipToDir() error
Click to show internal directories.
Click to hide internal directories.