示例#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")
}