Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader struct {
// contains filtered or unexported fields
}
func NewIPFSDownloader ¶
func NewIPFSDownloader(cm *system.CleanupManager, settings *model.DownloaderSettings) *Downloader
func (*Downloader) DescribeResult ¶ added in v0.3.29
func (d *Downloader) DescribeResult(ctx context.Context, result model.PublishedResult) (map[string]string, error)
func (*Downloader) FetchResult ¶
func (d *Downloader) FetchResult(ctx context.Context, item model.DownloadItem) error
func (*Downloader) IsInstalled ¶
func (d *Downloader) IsInstalled(context.Context) (bool, error)
Click to show internal directories.
Click to hide internal directories.