mirror of
https://github.com/AlistGo/alist.git
synced 2025-11-25 11:29:45 +08:00
chore: optional other interface
This commit is contained in:
@@ -215,8 +215,4 @@ func (d *Quark) Put(ctx context.Context, dstDir model.Obj, stream model.FileStre
|
||||
return d.upFinish(pre)
|
||||
}
|
||||
|
||||
func (d *Quark) Other(ctx context.Context, args model.OtherArgs) (interface{}, error) {
|
||||
return nil, errs.NotSupport
|
||||
}
|
||||
|
||||
var _ driver.Driver = (*Quark)(nil)
|
||||
|
||||
Reference in New Issue
Block a user