|
func NewStore(backend store.Backend, addrs []string, options *store.Config) (store.Store, error) {
|
|
func NewStore(backend store.Backend, addrs []string, options *store.Config) (store.Store, error) {
|
|
if init, exists := initializers[backend]; exists {
|
|
if init, exists := initializers[backend]; exists {
|