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