Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadFromHTTPS ¶
func DownloadFromS3 ¶
Types ¶
type DownloadSourceRunner ¶
type DownloadSourceRunner struct {
// contains filtered or unexported fields
}
func New ¶
func New(p *primer.Values) *DownloadSourceRunner
func (*DownloadSourceRunner) Run ¶
func (runner *DownloadSourceRunner) Run(params *Params) error
Download source code from a specified URI (S3 or HTTP/HTTPS) and unpacks it (.tar.gz). If a target file is specified, it will extract that specific file from the archive. Otherwise, it will list the files in the archive.
Click to show internal directories.
Click to hide internal directories.