MCPcopy Create free account
hub / github.com/MG-RAST/Shock / SectionReader

Interface SectionReader

shock-server/node/file/file.go:59–62  ·  view source on GitHub ↗

SectionReader interface required for MultiReaderAt

Source from the content-addressed store, hash-verified

57
58// SectionReader interface required for MultiReaderAt
59type SectionReader interface {
60 io.Reader
61 io.ReaderAt
62}
63
64// ReaderAt interface that is compatiable with os.File types.
65type ReaderAt interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected