mirror of
https://github.com/restic/restic.git
synced 2025-12-15 23:12:23 +00:00
Add tests for sftp backend, split out id tests
This commit is contained in:
@@ -34,7 +34,7 @@ type Getter interface {
|
||||
|
||||
type Creater interface {
|
||||
Create(Type, []byte) (ID, error)
|
||||
CreateFrom(Type, rd io.Reader) (ID, error)
|
||||
CreateFrom(Type, io.Reader) (ID, error)
|
||||
}
|
||||
|
||||
type Tester interface {
|
||||
|
||||
Reference in New Issue
Block a user