Add tests for sftp backend, split out id tests
This commit is contained in:
parent
6c68150e45
commit
92e2647505
5 changed files with 91 additions and 34 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue