示例#1
0
func init() {
	linksToType = graph.RegisterIterator("mongo-linksto")
}
示例#2
0
func init() {
	boltType = graph.RegisterIterator("bolt")
}
示例#3
0
func init() {
	sqlType = graph.RegisterIterator("sql")
}
示例#4
0
func init() {
	mongoType = graph.RegisterIterator("mongo")
}
示例#5
0
func init() {
	levelDBType = graph.RegisterIterator("leveldb")
}
示例#6
0
文件: iterator.go 项目: oren/cayley
func init() {
	gaedatastoreType = graph.RegisterIterator("gaedatastore")
}
示例#7
0
func init() {
	memType = graph.RegisterIterator("b+tree")
}