delete cache file

This commit is contained in:
微凉
2021-11-17 16:25:32 +08:00
parent e4d254e4b0
commit 36d52e0b75
3 changed files with 13 additions and 22 deletions

View File

@ -15,6 +15,7 @@ type Driver interface {
Proxy(c *gin.Context)
Preview(path string, account *model.Account) (interface{}, error)
// TODO
//Search(path string, keyword string, account *model.Account) ([]*model.File, error)
//MakeDir(path string, account *model.Account) error
//Move(src string, des string, account *model.Account) error
//Delete(path string) error