restic/internal/pack
Michael Eischer e638b46a13 Embed context into ReaderAt
The io.Reader interface does not support contexts, such that it is
necessary to embed the context into the backendReaderAt struct. This has
the problem that a reader might suddenly stop working when it's
contained context is canceled. However, this is now problem here as the
reader instances never escape the calling function.
2020-10-09 22:39:07 +02:00
..
doc.go Moves files 2017-07-23 14:19:13 +02:00
pack.go Move testing logic to test file in internal/pack 2020-03-09 14:32:28 +01:00
pack_internal_test.go Add tests for the eager-header refactor. 2018-02-22 01:14:04 +00:00
pack_test.go Embed context into ReaderAt 2020-10-09 22:39:07 +02:00