Exemplo n.º 1
0
func init() {
	registry.RegisterKVStore(Name, New)
}
Exemplo n.º 2
0
func init() {
	registry.RegisterKVStore(Name, StoreConstructor)
}