Ejemplo n.º 1
0
func init() {
	boltType = graph.RegisterIterator("bolt")
}
Ejemplo n.º 2
0
func init() {
	mongoType = graph.RegisterIterator("mongo")
}
Ejemplo n.º 3
0
func init() {
	gaedatastoreType = graph.RegisterIterator("gaedatastore")
}
Ejemplo n.º 4
0
func init() {
	levelDBType = graph.RegisterIterator("leveldb")
}
Ejemplo n.º 5
0
func init() {
	memType = graph.RegisterIterator("b+tree")
}