Versions in this module Expand all Collapse all v0 v0.2.1 Jul 20, 2016 v0.2.0 Apr 15, 2016 v0.1.0 Nov 5, 2015 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)