Versions in this module Expand all Collapse all v0 v0.0.6 Mar 1, 2022 v0.0.5 Sep 7, 2021 Changes in this version + type MultiStore struct + func NewMultiDstore(ds datastore.Batching) (*MultiStore, error) + func (mds *MultiStore) Close() error + func (mds *MultiStore) Delete(i StoreID) error + func (mds *MultiStore) Get(i StoreID) (*Store, error) + func (mds *MultiStore) List() StoreIDList + func (mds *MultiStore) MultiReadBlockstore() blockstore.Blockstore + func (mds *MultiStore) Next() StoreID + type Store struct + Bstore blockstore.Blockstore + DAG ipld.DAGService + LinkSystem ipldprime.LinkSystem + func (s *Store) Close() error + type StoreID uint64 + type StoreIDList []StoreID + func (s StoreIDList) Len() int + func (s StoreIDList) Less(i, j int) bool + func (s StoreIDList) Swap(i, j int)