Versions in this module Expand all Collapse all v0 v0.3.5 Jan 10, 2021 v0.3.1 Jan 9, 2021 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)