Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blob ¶
type Blob interface {
Open() (io.ReadCloser, error)
}
type Downloader ¶
func NewDownloader ¶
func NewDownloader(logger Logger, baseCacheDir string, opts ...DownloaderOption) Downloader
type DownloaderOption ¶ added in v0.34.0
type DownloaderOption func(d *downloader)
func WithClient ¶ added in v0.34.0
func WithClient(client *http.Client) DownloaderOption
Click to show internal directories.
Click to hide internal directories.