restic/internal/repository
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
..
testdata
doc.go
index.go error strings should not end with punctuation 2020-09-05 10:07:17 +02:00
index_test.go
indexmap.go
indexmap_test.go
key.go init: pass proper context to master key generation 2020-10-09 22:37:56 +02:00
master_index.go pass proper context into MasterIndex.RebuildIndex 2020-10-09 22:39:07 +02:00
master_index_test.go
packer_manager.go
packer_manager_test.go
repack.go
repack_test.go
repository.go Embed context into ReaderAt 2020-10-09 22:39:07 +02:00
repository_internal_test.go
repository_test.go
testing.go
worker_group.go