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

@ -11,6 +11,7 @@ const (
Lock = "lock"
Snapshot = "snapshot"
Tree = "tree"
Index = "index"
)
const (