feat: implement seed ratio check logic

This commit is contained in:
Simon Ding
2024-08-01 19:52:40 +08:00
parent 408ff163ef
commit e26e86a63f
5 changed files with 64 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ type Torrent interface {
Remove() error
Save() string
Exists() bool
SeedRatio() *float64
}