mirror of https://github.com/restic/restic.git
archiver: cleanup Saver interface
This commit is contained in:
parent
79321a195c
commit
dcb00fd2d1
|
@ -11,7 +11,6 @@ import (
|
|||
// Saver allows saving a blob.
|
||||
type Saver interface {
|
||||
SaveBlob(ctx context.Context, t restic.BlobType, data []byte, id restic.ID, storeDuplicate bool) (restic.ID, bool, int, error)
|
||||
Index() restic.MasterIndex
|
||||
}
|
||||
|
||||
// BlobSaver concurrently saves incoming blobs to the repo.
|
||||
|
|
Loading…
Reference in New Issue