mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-12 04:30:46 +08:00
feat: support reload qbit tasks
This commit is contained in:
@@ -10,6 +10,7 @@ type Torrent interface {
|
||||
Exists() bool
|
||||
SeedRatio() (float64, error)
|
||||
GetHash() string
|
||||
Reload() error
|
||||
}
|
||||
|
||||
type Downloader interface {
|
||||
@@ -17,5 +18,3 @@ type Downloader interface {
|
||||
Download(link, dir string) (Torrent, error)
|
||||
}
|
||||
|
||||
type Storage interface {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user