Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompressedFile ¶
CompressedFile contains the source name and target name of the a compressed file
type Downloader ¶
type Downloader struct {
// contains filtered or unexported fields
}
Downloader contains data to download dependencies
func NewDownloader ¶
func NewDownloader(config *config.InternalConfig, forceDownload bool, parallel bool, pullImages bool) Downloader
NewDownloader creates a new instance of the downloader
func (Downloader) DownloadBinaries ¶
func (downloader Downloader) DownloadBinaries() error
DownloadBinaries downloads all required binaries
func (Downloader) Steps ¶
func (downloader Downloader) Steps() int
Steps returns the name of steps to be performed for the progress
Click to show internal directories.
Click to hide internal directories.