Versions in this module Expand all Collapse all v0 v0.1.0 Aug 21, 2015 Changes in this version + type Checker struct + func New(repo *repository.Repository) *Checker + func (c *Checker) LoadIndex() error + func (c *Checker) OrphanedPacks() backend.IDs + func (c *Checker) Packs(errChan chan<- error, done <-chan struct{}) + func (c *Checker) Structure(errChan chan<- error, done <-chan struct{}) + func (c *Checker) UnusedBlobs() (blobs backend.IDs) + type Error struct + BlobID *backend.ID + Err error + TreeID *backend.ID + func (e Error) Error() string + type PackError struct + Err error + ID backend.ID + Orphaned bool + func (e PackError) Error() string + type TreeError struct + Errors []error + ID backend.ID + func (e TreeError) Error() string