Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DownloadAndPackageWebsite = downloadAndPackageWebsite
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader struct {
// contains filtered or unexported fields
}
Downloader is a recursive website downloader.
func NewDownloader ¶
func NewDownloader(maxDepth int) *Downloader
NewDownloader creates a new Downloader.
func NewDownloaderWithClient ¶
func NewDownloaderWithClient(maxDepth int, client *http.Client) *Downloader
NewDownloaderWithClient creates a new Downloader with a custom http.Client.
Click to show internal directories.
Click to hide internal directories.