Import pkg/sorted/leveldb in server/camlistore

To be able to use it (ATM only in low-level config, by specifying
metaIndex with the stores/queues/caches).

Change-Id: I7743ebffb90f59b83124063f8f488a9b80c869ca
This commit is contained in:
Tamás Gulácsi 2014-09-25 18:38:32 +02:00
parent 3e8d54aaa6
commit 3686417bac
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ import (
"camlistore.org/pkg/index"
// KeyValue implementations:
_ "camlistore.org/pkg/sorted/kvfile"
_ "camlistore.org/pkg/sorted/leveldb"
_ "camlistore.org/pkg/sorted/mongo"
_ "camlistore.org/pkg/sorted/mysql"
_ "camlistore.org/pkg/sorted/postgres"