chore: aria2 notifier
This commit is contained in:
12
internal/aria2/task.go
Normal file
12
internal/aria2/task.go
Normal file
@ -0,0 +1,12 @@
|
||||
package aria2
|
||||
|
||||
import (
|
||||
"github.com/alist-org/alist/v3/internal/driver"
|
||||
"github.com/alist-org/alist/v3/pkg/task"
|
||||
)
|
||||
|
||||
type Task struct {
|
||||
Account driver.Driver
|
||||
ParentDir string
|
||||
T task.Task
|
||||
}
|
Reference in New Issue
Block a user