Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader struct { Token string Recursive bool Concurrency int Verbose bool ZipOutput bool Preview bool Update bool Retries int Stats Stats // contains filtered or unexported fields }
func (*Downloader) DownloadRepository ¶
func (d *Downloader) DownloadRepository(owner, repo, branch, dirPath, localDir string) error
type ZipWriter ¶
type ZipWriter struct {
// contains filtered or unexported fields
}
func (*ZipWriter) CreateDirEntry ¶
Click to show internal directories.
Click to hide internal directories.