//
pkg.gl
Category
github.com/quinn/restic
internal
index
package
0.9.7
Repository:
https://github.com/quinn/restic.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
Files
340 SLOC
#
Functions
Load
Load creates an index by loading all index files from the repo.
New
New creates a new index for repo from scratch.
#
Structs
Index
Index contains information about blobs and packs stored in a repo.
Pack
Pack contains information about the contents of a pack.
#
Interfaces
Lister
Lister lists files and their contents.
ListLoader
ListLoader allows listing files and their content, in addition to loading and unmarshaling JSON files.
Saver
Saver saves structures as JSON.