mirror of
https://github.com/restic/restic.git
synced 2026-06-07 01:19:44 +00:00
10fc70668c
PackBlob is a limited interface that only exposes a part of the information provided by PackedBlob. Most of the changes are switches from direct value lookups to the interface methods, with a few larger changes to let the tests still work.