Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2021 Changes in this version + type BlockstoreRetrievalStoreManager struct + func (brsm *BlockstoreRetrievalStoreManager) NewStore() (RetrievalStore, error) + func (brsm *BlockstoreRetrievalStoreManager) ReleaseStore(RetrievalStore) error + type MultiStoreRetrievalStoreManager struct + func (mrsm *MultiStoreRetrievalStoreManager) NewStore() (RetrievalStore, error) + func (mrsm *MultiStoreRetrievalStoreManager) ReleaseStore(retrievalStore RetrievalStore) error + type RetrievalStore interface + DAGService func() ipldformat.DAGService + StoreID func() *multistore.StoreID + type RetrievalStoreManager interface + NewStore func() (RetrievalStore, error) + ReleaseStore func(RetrievalStore) error + func NewBlockstoreRetrievalStoreManager(bs blockstore.BasicBlockstore) RetrievalStoreManager + func NewMultiStoreRetrievalStoreManager(imgr *importmgr.Mgr) RetrievalStoreManager