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
|
|
@ -341,7 +341,5 @@ func (ts *TripleStore) BulkLoad(t_chan chan *graph.Triple) bool {
|
|||
}
|
||||
|
||||
func init() {
|
||||
graph.RegisterTripleStore("mongo",
|
||||
graph.TripleStoreGetter(newTripleStore),
|
||||
graph.TripleStoreInit(createNewMongoGraph))
|
||||
graph.RegisterTripleStore("mongo", newTripleStore, createNewMongoGraph)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue