package
0.0.0-20250222174224-cad8d4123c40
Repository: https://github.com/perkeep/perkeep.git
Documentation: pkg.go.dev
# Functions
SetRecovery sets the recovery mode for the blobpacked package.
# Constants
FastRecovery populates the blobpacked index, without erasing any existing one.
FullRecovery erases the existing blobpacked index, then rebuilds it.
NoRecovery means blobpacked does not attempt to repair its index on startup.
# Structs
A BlobAndPos is a blobref, its size, and where it is located within a larger group of bytes.
Manifest is the JSON description type representing the "camlistore/camlistore-pack-manifest.json" file found in a blobpack zip file.
# Type aliases
RecoveryMode is the mode in which the blobpacked server starts.