misc update

This commit is contained in:
Simon Ding
2024-07-11 12:19:35 +08:00
parent 7c2ae26efe
commit a172ca0361
10 changed files with 473 additions and 199 deletions

View File

@@ -7,6 +7,7 @@ type Torrent interface {
Start() error
Remove() error
Save() string
Exists() bool
}