mirror of
https://github.com/restic/restic.git
synced 2025-10-16 16:50:43 +00:00
Add more documentation
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
// 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
|
||||
|
Reference in New Issue
Block a user