move Backend interface to backend package
This commit is contained in:
parent
ceb0774af1
commit
1b8a67fe76
105 changed files with 822 additions and 775 deletions
|
@ -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) {
|
||||
// [...]
|
||||
// },
|
||||
// [...]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue