Versions in this module Expand all Collapse all v0 v0.1.1 Nov 6, 2020 Changes in this version + func AddStore(store store.Backend, init Initialize) + func NewStore(backend store.Backend, addrs []string, options *store.Config) (store.Store, error) + type Initialize func(addrs []string, options *store.Config) (store.Store, error)