Example #1
0
func init() {
	linksToType = graph.RegisterIterator("mongo-linksto")
}
Example #2
0
func init() {
	boltType = graph.RegisterIterator("bolt")
}
Example #3
0
func init() {
	sqlType = graph.RegisterIterator("sql")
}
Example #4
0
func init() {
	mongoType = graph.RegisterIterator("mongo")
}
Example #5
0
func init() {
	levelDBType = graph.RegisterIterator("leveldb")
}
Example #6
0
func init() {
	gaedatastoreType = graph.RegisterIterator("gaedatastore")
}
Example #7
0
func init() {
	memType = graph.RegisterIterator("b+tree")
}