Exemplo n.º 1
0
func init() {
	levelDBType = graph.Register("leveldb")
}
Exemplo n.º 2
0
func init() {
	memType = graph.Register("llrb")
}
Exemplo n.º 3
0
func init() {
	mongoType = graph.Register("mongo")
}