🚧 webdav write interface

This commit is contained in:
微凉
2021-12-05 15:22:19 +08:00
parent 809850321a
commit 9c5627a382
16 changed files with 347 additions and 99 deletions

View File

@@ -62,11 +62,11 @@ func (driver Cloud189) FormatFile(file *Cloud189File) *model.File {
// if file.Size != -1 {
// return &file, err
// } else {
// return nil, NotFile
// return nil, ErrNotFile
// }
// }
// }
// return nil, PathNotFound
// return nil, ErrPathNotFound
//}
type Cloud189Down struct {