mirror of
https://github.com/simon-ding/polaris.git
synced 2026-04-21 19:27:30 +08:00
feat: change storage setting
This commit is contained in:
12
db/const.go
12
db/const.go
@@ -37,15 +37,3 @@ const (
|
||||
func (r ResolutionType) String() string {
|
||||
return string(r)
|
||||
}
|
||||
|
||||
const (
|
||||
ImplLocal = "local"
|
||||
ImplWebdav = "webdav"
|
||||
)
|
||||
|
||||
func StorageImplementations() []string {
|
||||
return []string{
|
||||
ImplLocal,
|
||||
ImplWebdav,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user