forked from TrueCloudLab/restic
archiver: cleanup Saver interface
This commit is contained in:
parent
79321a195c
commit
dcb00fd2d1
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ import (
|
||||||
// Saver allows saving a blob.
|
// Saver allows saving a blob.
|
||||||
type Saver interface {
|
type Saver interface {
|
||||||
SaveBlob(ctx context.Context, t restic.BlobType, data []byte, id restic.ID, storeDuplicate bool) (restic.ID, bool, int, error)
|
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.
|
// BlobSaver concurrently saves incoming blobs to the repo.
|
||||||
|
|
Loading…
Add table
Reference in a new issue