mirror of
https://github.com/simon-ding/polaris.git
synced 2026-04-21 19:27:30 +08:00
feat: add option to delete storage media files
This commit is contained in:
@@ -85,3 +85,7 @@ func (w *WebdavStorage) UploadProgress() float64 {
|
||||
}
|
||||
return w.progresser()
|
||||
}
|
||||
|
||||
func (w *WebdavStorage) RemoveAll(path string) error {
|
||||
return w.fs.RemoveAll(path)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user