2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 11:30:49 +00:00
restic/src/github.com/restic/restic/backend/doc.go

6 lines
283 B
Go
Raw Normal View History

2015-05-09 10:53:04 +00:00
// Package backend provides local and remote storage for restic repositories.
2016-01-26 20:49:22 +00:00
// 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.
2014-09-23 20:39:12 +00:00
package backend