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

# Functions

DecodeIndex unserializes an index from buf.
ForAllIndexes loads all index files in parallel and calls the given callback.
No description provided by the author
NewIndex returns a new index.
NewMasterIndex creates a new master index.
No description provided by the author

# Variables

IndexFull returns true iff the index is "full enough" to be saved as a preliminary index.

# Structs

AssociatedSet is a memory efficient implementation of a BlobSet that can store a small data item for each BlobHandle.
No description provided by the author
Index holds lookup tables for id -> pack.
MasterIndex is a collection of indexes and IDs of chunks that are in the process of being saved.
No description provided by the author