downloader

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Factory added in v0.4.0

type Factory func() Interface

Factory is a function that returns a new downloader

type Interface

type Interface interface {
	// Download download url file to file name
	// return dst path and download error
	Download(url string, header map[string][]string, name string) (string, error)
}

Interface specifies on how an plugin can download a file.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL