Add type 'Index' to backend

This commit is contained in:
Alexander Neumann
2015-04-29 23:27:08 +02:00
parent 8f3b91ba32
commit 87ce38b13a
5 changed files with 15 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ const (
Lock = "lock"
Snapshot = "snapshot"
Tree = "tree"
Index = "index"
)
const (