Пример #1
0
func init() {
	registry.RegisterKVStore(Name, New)
}
Пример #2
0
func init() {
	registry.RegisterKVStore(Name, StoreConstructor)
}