backend/server: remove id and version from backend
This commit is contained in:
parent
1cedff0e9e
commit
2fb1783885
6 changed files with 28 additions and 246 deletions
|
@ -10,8 +10,7 @@ var Paths = struct {
|
|||
Locks string
|
||||
Keys string
|
||||
Temp string
|
||||
Version string
|
||||
ID string
|
||||
Config string
|
||||
}{
|
||||
"data",
|
||||
"snapshots",
|
||||
|
@ -19,8 +18,7 @@ var Paths = struct {
|
|||
"locks",
|
||||
"keys",
|
||||
"tmp",
|
||||
"version",
|
||||
"id",
|
||||
"config",
|
||||
}
|
||||
|
||||
// Default modes for file-based backends
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue