Example #1
0
func init() {
	registry.RegisterKVStore(Name, New)
}
Example #2
0
func init() {
	registry.RegisterKVStore(Name, StoreConstructor)
}