1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-18 13:31:08 +00:00
restic/internal/cache
Michael Eischer 1d6d3656b0 repository: move backend.LoadAll to repository.LoadRaw
LoadRaw also includes improved context cancellation handling similar to the
implementation in repository.LoadUnpacked.

The removed cache backend test will be added again later on.
2024-05-18 21:26:00 +02:00
..
backend.go
backend_test.go repository: move backend.LoadAll to repository.LoadRaw 2024-05-18 21:26:00 +02:00
cache.go
cache_test.go
dir.go
dir_test.go
file.go backend: move LimitReadCloser to util package 2024-05-18 21:26:00 +02:00
file_test.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
testing.go