package
0.0.0-20240726205954-93d05801347e
Repository: https://github.com/wplapper/restic.git
Documentation: pkg.go.dev

# Functions

New returns a new checker which runs on repo.
TestCheckRepo runs the checker on repo.

# Variables

ErrLegacyLayout is returned when the repository uses the S3 legacy layout.

# Structs

Checker runs various checks on a repository.
ErrDuplicatePacks is returned when a pack is found in more than one index.
ErrMixedPack is returned when a pack is found that contains both tree and data blobs.
ErrOldIndexFormat is returned when an index with the old format is found.
Error is an error that occurred while checking a repository.
PackError describes an error with a specific pack.
TreeError collects several errors that occurred while processing a tree.