Versions in this module Expand all Collapse all v0 v0.16.2 Dec 14, 2023 v0.16.1 Dec 14, 2023 Changes in this version + type ReconciledLoader struct + func NewReconciledLoader(requestID graphsync.RequestID, localStore *linking.LinkSystem) *ReconciledLoader + func (rl *ReconciledLoader) BlockReadOpener(lctx linking.LinkContext, link datamodel.Link) types.AsyncLoadResult + func (rl *ReconciledLoader) Cleanup(ctx context.Context) + func (rl *ReconciledLoader) IngestResponse(md graphsync.LinkMetadata, traceLink trace.Link, blocks map[cid.Cid][]byte) + func (rl *ReconciledLoader) RetryLastLoad() types.AsyncLoadResult + func (rl *ReconciledLoader) SetRemoteOnline(online bool)