mirror of
https://github.com/restic/restic.git
synced 2026-08-31 17:57:13 +00:00
Revert "repository: removed redundant prepareCache method from Repository"
This reverts commit 720609f8ba.
This commit is contained in:
committed by
Michael Eischer
parent
0ca9355bc0
commit
8a7ae17d4d
@@ -22,7 +22,7 @@ type Repository interface {
|
||||
Key() *crypto.Key
|
||||
|
||||
LoadIndex(ctx context.Context, p *progress.Counter) error
|
||||
SetIndex(mi MasterIndex)
|
||||
SetIndex(mi MasterIndex) error
|
||||
|
||||
LookupBlob(t BlobType, id ID) []PackedBlob
|
||||
LookupBlobSize(t BlobType, id ID) (size uint, exists bool)
|
||||
|
||||
Reference in New Issue
Block a user