예제 #1
0
파일: iterator.go 프로젝트: lytics/cayley
func init() {
	boltType = graph.RegisterIterator("bolt")
}
예제 #2
0
파일: iterator.go 프로젝트: lytics/cayley
func init() {
	mongoType = graph.RegisterIterator("mongo")
}
예제 #3
0
파일: iterator.go 프로젝트: lytics/cayley
func init() {
	gaedatastoreType = graph.RegisterIterator("gaedatastore")
}
예제 #4
0
파일: iterator.go 프로젝트: lytics/cayley
func init() {
	levelDBType = graph.RegisterIterator("leveldb")
}
예제 #5
0
파일: iterator.go 프로젝트: lytics/cayley
func init() {
	memType = graph.RegisterIterator("b+tree")
}