mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
🎨 add types
This commit is contained in:
@@ -194,7 +194,7 @@ func (driver Cloud189) Proxy(ctx *gin.Context, account *model.Account) {
|
||||
}
|
||||
|
||||
func (driver Cloud189) Preview(path string, account *model.Account) (interface{}, error) {
|
||||
return nil, nil
|
||||
return nil, NotSupport
|
||||
}
|
||||
|
||||
var _ Driver = (*Cloud189)(nil)
|
||||
Reference in New Issue
Block a user