Destutter cayley/config
This commit is contained in:
parent
c4a19a4e35
commit
388618bfa7
6 changed files with 11 additions and 11 deletions
|
|
@ -25,7 +25,7 @@ import (
|
|||
"github.com/google/cayley/nquads"
|
||||
)
|
||||
|
||||
func Load(ts graph.TripleStore, cfg *config.CayleyConfig, triplePath string, firstTime bool) {
|
||||
func Load(ts graph.TripleStore, cfg *config.Config, triplePath string, firstTime bool) {
|
||||
switch cfg.DatabaseType {
|
||||
case "mongo", "mongodb":
|
||||
if firstTime {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue