Destutter cayley/config

This commit is contained in:
kortschak 2014-06-28 12:42:15 +09:30
parent c4a19a4e35
commit 388618bfa7
6 changed files with 11 additions and 11 deletions

View file

@ -20,7 +20,7 @@ import (
"github.com/google/cayley/graph/mongo"
)
func Init(cfg *config.CayleyConfig, triplePath string) bool {
func Init(cfg *config.Config, triplePath string) bool {
created := false
dbpath := cfg.DatabasePath
switch cfg.DatabaseType {