2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00
restic/internal/index
greatroar c0b5ec55ab repository: Remove empty cleanup functions in tests
TestRepository and its variants always returned no-op cleanup functions.
If they ever do need to do cleanup, using testing.T.Cleanup is easier
than passing these functions around.
2022-12-11 11:06:25 +01:00
..
index_parallel_test.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00
index_parallel.go restic: Unify code to load Index/Lock/Snapshot 2022-10-21 21:25:11 +02:00
index_test.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00
index.go index: Compact data structure for Index.EachByPack 2022-10-29 23:09:17 +02:00
indexmap_test.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00
indexmap.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00
master_index_test.go repository: Remove empty cleanup functions in tests 2022-12-11 11:06:25 +01:00
master_index.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00
testing.go repository: split index into a separate package 2022-10-08 21:15:34 +02:00