Skip to content

Commit

Permalink
updating IPLDGetter godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
distractedm1nd committed Jan 3, 2023
1 parent 90b59f9 commit caee666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions share/getters/ipld.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import (

var _ share.Getter = (*IPLDGetter)(nil)

// IPLDGetter is a share.Getter that retrieves shares from the IPLD network. An EDS store can be
// provided to store shares retrieved from GetShares. Otherwise, result caching is handled by the
// provided blockservice.
// IPLDGetter is a share.Getter that retrieves shares from the IPLD network. Result caching is
// handled by the provided blockservice. A blockservice session will be created for retrieval if the
// passed context is wrapped with WithSession.
type IPLDGetter struct {
rtrv *eds.Retriever
bServ blockservice.BlockService
Expand Down

0 comments on commit caee666

Please sign in to comment.