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

# Functions

Create creates a new REST on server configured in config.
NewConfig returns a new Config with the default values filled in.
Open opens the REST backend with the given config.
ParseConfig parses the string s and extracts the REST server URL.

# Constants

the REST API protocol version is decided by HTTP request headers, these are the constants.
the REST API protocol version is decided by HTTP request headers, these are the constants.

# Structs

Backend uses the REST protocol to access data stored on a server.
Config contains all configuration necessary to connect to a REST server.
ErrIsNotExist is returned whenever the requested file does not exist on the server.