SectionReader interface required for MultiReaderAt
| 57 | |
| 58 | // SectionReader interface required for MultiReaderAt |
| 59 | type SectionReader interface { |
| 60 | io.Reader |
| 61 | io.ReaderAt |
| 62 | } |
| 63 | |
| 64 | // ReaderAt interface that is compatiable with os.File types. |
| 65 | type ReaderAt interface { |
nothing calls this directly
no outgoing calls
no test coverage detected