Ejemplo n.º 1
0
func init() {
	registry.RegisterIndexType(Name, IndexTypeConstructor)
}
Ejemplo n.º 2
0
func init() {
	registry.RegisterIndexType(Name, NewSmolderingCouch)
}
Ejemplo n.º 3
0
func init() {
	registry.RegisterIndexType(Name, NewFirestorm)
}
Ejemplo n.º 4
0
func init() {
	registry.RegisterIndexType(Name, NewUpsideDownCouch)
}