backend: use HashingWriter

This commit is contained in:
Alexander Neumann 2015-02-15 23:46:21 +01:00
parent 3dbe02182b
commit 907d401e32
3 changed files with 24 additions and 16 deletions

View file

@ -26,6 +26,7 @@ var (
type Blob interface {
io.WriteCloser
ID() (ID, error)
Size() uint
}
type Lister interface {