mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-09 20:17:32 +08:00
feat: implement seed ratio check logic
This commit is contained in:
@@ -8,6 +8,7 @@ type Torrent interface {
|
||||
Remove() error
|
||||
Save() string
|
||||
Exists() bool
|
||||
SeedRatio() *float64
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user