Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 00620ad

Browse files
authored
FinalizeReplicaUpdate (#22)
1 parent 9b8a156 commit 00620ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/storage.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,6 @@ type Sealer interface {
8282

8383
// GenerateSectorKeyFromData computes sector key given unsealed data and updated replica
8484
GenerateSectorKeyFromData(ctx context.Context, sector SectorRef, unsealed cid.Cid) error
85+
86+
FinalizeReplicaUpdate(ctx context.Context, sector SectorRef, keepUnsealed []Range) error
8587
}

0 commit comments

Comments
 (0)