Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader interface {
WithHTTPClient(c *http.Client)
Download(u *url.URL, filename string) error
}
Downloader fetches a file given url
Click to show internal directories.
Click to hide internal directories.