mirror of
https://github.com/restic/restic.git
synced 2026-08-02 12:12:17 +00:00
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.