Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloaderSettings ¶
type DownloaderSettings struct { Client *httputil.Client S3 s3downloader.S3DownloaderSettings }
type Downloaders ¶
type Downloaders struct {
// contains filtered or unexported fields
}
func New ¶
func New(root string, settings DownloaderSettings) *Downloaders
func (*Downloaders) Get ¶
func (f *Downloaders) Get(downloaderType string) (p2plab.Downloader, error)
Click to show internal directories.
Click to hide internal directories.