Update fsm, sector-storage

This commit is contained in:
Łukasz Magiera
2020-06-05 10:46:45 +02:00
parent 8bbe63bd9d
commit 9e5cc7c910
5 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ type WorkerAPI interface {
UnsealPiece(context.Context, abi.SectorID, storiface.UnpaddedByteIndex, abi.UnpaddedPieceSize, abi.SealRandomness, cid.Cid) error
ReadPiece(context.Context, io.Writer, abi.SectorID, storiface.UnpaddedByteIndex, abi.UnpaddedPieceSize) error
Fetch(context.Context, abi.SectorID, stores.SectorFileType, bool, stores.AcquireMode) error
Fetch(context.Context, abi.SectorID, stores.SectorFileType, stores.PathType, stores.AcquireMode) error
Closing(context.Context) (<-chan struct{}, error)
}