feat: check parent dir before upload
This commit is contained in:
@ -1,12 +1,10 @@
|
||||
// manage task, such as file upload, file copy between accounts, offline download, etc.
|
||||
package task
|
||||
|
||||
import "context"
|
||||
|
||||
type Task struct {
|
||||
Name string
|
||||
Func func(context.Context) error
|
||||
Status string
|
||||
Error error
|
||||
Finish bool
|
||||
Name string
|
||||
Status string
|
||||
Error error
|
||||
Finish bool
|
||||
Children []*Task
|
||||
}
|
||||
|
Reference in New Issue
Block a user