Add type 'Index' to backend

This commit is contained in:
Alexander Neumann 2015-04-26 15:48:35 +02:00
parent 8f3b91ba32
commit 87ce38b13a
5 changed files with 15 additions and 1 deletions

View file

@ -7,6 +7,7 @@ var Paths = struct {
Data string
Snapshots string
Trees string
Index string
Locks string
Keys string
Temp string
@ -16,6 +17,7 @@ var Paths = struct {
"data",
"snapshots",
"trees",
"index",
"locks",
"keys",
"tmp",