feat: optimized code

This commit is contained in:
Marvin Zhang
2024-06-17 23:31:34 +08:00
parent 74bc83bb29
commit eefe3449c2
6 changed files with 364 additions and 243 deletions

View File

@@ -9,4 +9,5 @@ type FsServiceV2 interface {
Rename(path, newPath string) (err error)
Delete(path string) (err error)
Copy(path, newPath string) (err error)
Export() (resultPath string, err error)
}