chore: aria2 related function

This commit is contained in:
Noah Hsu
2022-06-20 20:34:58 +08:00
parent 4db25605e7
commit 6c552a9d62
9 changed files with 120 additions and 2 deletions

7
internal/aria2/manage.go Normal file
View File

@ -0,0 +1,7 @@
package aria2
import "context"
func ListFinished(ctx context.Context) {
}