mirror of
https://github.com/restic/restic.git
synced 2026-08-16 18:43:19 +00:00
Introduce restic.Chunker and ChunkerFactory interfaces with a repository-backed implementation. The archiver obtains chunkers via ChunkerFactory() from the repository.