mirror of
https://github.com/restic/restic.git
synced 2025-12-04 00:31:48 +00:00
move Backend interface to backend package
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
//
|
||||
// func newTestSuite(t testing.TB) *test.Suite {
|
||||
// return &test.Suite{
|
||||
// Create: func(cfg interface{}) (restic.Backend, error) {
|
||||
// Create: func(cfg interface{}) (backend.Backend, error) {
|
||||
// [...]
|
||||
// },
|
||||
// [...]
|
||||
|
||||
Reference in New Issue
Block a user