proxy add account

This commit is contained in:
微凉
2021-11-17 16:37:12 +08:00
parent 36d52e0b75
commit 0b7f2fee7d
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ type Driver interface {
Save(account *model.Account, old *model.Account) error
Path(path string, account *model.Account) (*model.File, []*model.File, error)
Link(path string, account *model.Account) (string, error)
Proxy(c *gin.Context)
Proxy(c *gin.Context, account *model.Account)
Preview(path string, account *model.Account) (interface{}, error)
// TODO
//Search(path string, keyword string, account *model.Account) ([]*model.File, error)