package
Version:
v6.14.0+incompatible
Opens a new window with list of versions in this module.
Published: Nov 18, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func CopyFile(dst, src string) error
func TempDir(namePrefix string, cb func(tmpDir string, err error))
func TempFile(namePrefix string, cb func(tmpFile *os.File, err error))
type Downloader interface {
DownloadFile(string) (int64, string, error)
RemoveFile() error
SavePath() string
}
func NewDownloader(saveDir string) Downloader
Source Files
¶
Click to show internal directories.
Click to hide internal directories.