mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 12:16:24 +08:00
feat(offline-download): SimpleHttp
: download stream direct upload (#523)
* feat(offline-download): stream download to upload * 重命名stream_put为upload_download_stream * chore
This commit is contained in:
@ -16,8 +16,8 @@ import (
|
||||
"github.com/OpenListTeam/OpenList/v4/internal/task"
|
||||
"github.com/OpenListTeam/OpenList/v4/pkg/utils"
|
||||
"github.com/OpenListTeam/OpenList/v4/server/common"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/OpenListTeam/tache"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
type CopyTask struct {
|
||||
|
Reference in New Issue
Block a user