Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChunkInfo ¶
type ChunkInfo struct { Idx int `json:"idx"` Size int64 `json:"size"` ChunkSize int64 `json:"chunk_size"` Digest string `json:"digest"` In io.ReadSeeker `json:"-"` Raw any `json:"raw"` }
func (*ChunkInfo) MarshalBinary ¶
func (*ChunkInfo) UnmarshalBinary ¶
Click to show internal directories.
Click to hide internal directories.