Documentation ¶
Overview ¶
Package location implements parsing the restic repository location from a string.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Location ¶
type Location struct { Scheme string Config interface{} }
Location specifies the location of a repository, including the method of access and (possibly) credentials needed for access.
Click to show internal directories.
Click to hide internal directories.