update names per discussion at google/cayley#38
This commit is contained in:
parent
d808d9347c
commit
f9c60a5f30
5 changed files with 37 additions and 30 deletions
|
|
@ -445,7 +445,5 @@ func (ts *TripleStore) FixedIterator() graph.FixedIterator {
|
|||
}
|
||||
|
||||
func init() {
|
||||
graph.RegisterTripleStore("leveldb",
|
||||
graph.TripleStoreGetter(newTripleStore),
|
||||
graph.TripleStoreInit(createNewLevelDB))
|
||||
graph.RegisterTripleStore("leveldb", newTripleStore, createNewLevelDB)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue