allReader wraps an AllReader and implements backend.ContextReader
| 58 | |
| 59 | // allReader wraps an AllReader and implements backend.ContextReader |
| 60 | type allReader struct { |
| 61 | r AllReader |
| 62 | } |
| 63 | |
| 64 | // NewContextReaderWithAllReader wraps a normal ReaderAt and drops the context |
| 65 | func NewContextReaderWithAllReader(r AllReader) ContextReader { |
nothing calls this directly
no outgoing calls
no test coverage detected