示例#1
0
文件: iterator.go 项目: horryq/cayley
func init() {
	levelDBType = graph.Register("leveldb")
}
示例#2
0
文件: iterator.go 项目: horryq/cayley
func init() {
	memType = graph.Register("llrb")
}
示例#3
0
文件: iterator.go 项目: horryq/cayley
func init() {
	mongoType = graph.Register("mongo")
}