mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
feat: optimized code
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user