Add tests for sftp backend, split out id tests

This commit is contained in:
Alexander Neumann 2015-02-11 20:17:55 +01:00
parent 6c68150e45
commit 92e2647505
5 changed files with 91 additions and 34 deletions

View file

@ -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 {