# Functions
IsOrphanedPack returns true if the error describes a pack which is not contained in any index.
New returns a new checker which runs on repo.
TestCheckRepo runs the checker on repo.
# Structs
Checker runs various checks on a repository.
ErrDuplicatePacks is returned when a pack is found in more than one index.
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.