🔨 refactor driver: ali

This commit is contained in:
微凉
2021-11-27 19:40:36 +08:00
parent 98691b2aa8
commit f577d82242
14 changed files with 999 additions and 918 deletions

View File

@ -16,6 +16,14 @@ import (
type GoogleDrive struct {
}
func (g GoogleDrive) File(path string, account *model.Account) (*model.File, error) {
panic("implement me")
}
func (g GoogleDrive) Files(path string, account *model.Account) ([]model.File, error) {
panic("implement me")
}
var googleClient = resty.New()
func (g GoogleDrive) Items() []Item {