Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrIdentFormat = errors.New("Ident format error") ErrVersionFormat = errors.New("version format error") ErrCreateTaskRepeat = errors.New("repeat task, task has been created") ErrTaskNotFound = errors.New("can't find this task") )
Errors
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { Version string Ident string IP string Port int DHTPort int Folder string Cache int64 MaxDownload int Options OptionsConfiguration }
Configuration is Configuration of Download
type Download ¶
type Download struct {
// contains filtered or unexported fields
}
Download is top-level instance
func (*Download) GetFileList ¶
GetFileList get all files of the task
Click to show internal directories.
Click to hide internal directories.