Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadSources ¶
func DownloadSources(env *azldev.Env, options *DownloadSourcesOptions) error
DownloadSources downloads source files from a lookaside cache into the specified directory.
func NewDownloadSourcesCmd ¶
NewDownloadSourcesCmd creates the download-sources cobra command.
Types ¶
type DownloadSourcesOptions ¶
type DownloadSourcesOptions struct {
Directory string
OutputDir string
LookasideBaseURIs []string
ComponentName string
LookasideDownloader fedorasource.FedoraSourceDownloader
}
DownloadSourcesOptions holds the options for the download-sources command.
Click to show internal directories.
Click to hide internal directories.