mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-25 12:07:52 +08:00
feat: change webdav impl
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
type Storage interface {
|
||||
Move(src, dest string) error
|
||||
ReadDir(dir string) ([]FileInfo, error)
|
||||
ReadDir(dir string) ([]fs.FileInfo, error)
|
||||
}
|
||||
|
||||
func NewLocalStorage(dir string) *LocalStorage {
|
||||
|
||||
Reference in New Issue
Block a user