Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DealData ¶
type DealData struct {
CommD cid.Cid
Data io.Reader
IsUnpadded bool
PieceInfos []abi.PieceInfo
KeepUnsealed bool
Close func()
}
func DealDataSDRPoRep ¶
type UrlPieceReader ¶
type UrlPieceReader struct {
Url string
RawSize int64 // the exact number of bytes read, if we read more or less that's an error
// contains filtered or unexported fields
}
func NewUrlReader ¶
func NewUrlReader(p string, rs int64) *UrlPieceReader
func (*UrlPieceReader) Close ¶
func (u *UrlPieceReader) Close() error
Click to show internal directories.
Click to hide internal directories.