mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 23:06:32 +00:00
Add more documentation
This commit is contained in:
parent
5fcb5ae549
commit
b482df04ec
@ -1,2 +1,5 @@
|
|||||||
// Package backend provides local and remote storage for restic repositories.
|
// Package backend provides local and remote storage for restic repositories.
|
||||||
|
// All backends need to implement the Backend interface. There is a
|
||||||
|
// MockBackend, which can be used for mocking in tests, and a MemBackend, which
|
||||||
|
// stores all data in a hash internally.
|
||||||
package backend
|
package backend
|
||||||
|
Loading…
Reference in New Issue
Block a user