package
0.9.7
Repository: https://github.com/quinn/restic.git
Documentation: pkg.go.dev

# Functions

Load creates an index by loading all index files from the repo.
New creates a new index for repo from scratch.

# Structs

Index contains information about blobs and packs stored in a repo.
Pack contains information about the contents of a pack.

# Interfaces

Lister lists files and their contents.
ListLoader allows listing files and their content, in addition to loading and unmarshaling JSON files.
Saver saves structures as JSON.