Documentation
¶
Index ¶
Constants ¶
View Source
const HatchetRepositoryName = "hatchet"
View Source
const HatchetRepositoryOwner = "hatchet-dev"
View Source
const HatchetStaticAssetsName = "hatchet-static"
Variables ¶
This section is empty.
Functions ¶
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.