mirror of
https://github.com/restic/restic.git
synced 2025-08-13 22:07:42 +00:00
backend: use HashingWriter
This commit is contained in:
@@ -26,6 +26,7 @@ var (
|
||||
type Blob interface {
|
||||
io.WriteCloser
|
||||
ID() (ID, error)
|
||||
Size() uint
|
||||
}
|
||||
|
||||
type Lister interface {
|
||||
|
Reference in New Issue
Block a user