mirror of
https://github.com/restic/restic.git
synced 2025-08-13 22:07:42 +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