workers: Wire up most pieces

This commit is contained in:
Łukasz Magiera
2020-03-13 02:37:38 +01:00
parent 86871e5abc
commit bc7fede68b
12 changed files with 145 additions and 24 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ func (sm *StorageMinerAPI) WorkerDeclareSector(ctx context.Context, storageId st
panic("implement me")
}
func (sm *StorageMinerAPI) WorkerFindSector(ctx context.Context, si abi.SectorID, types sectorbuilder.SectorFileType) ([]api.StorageInfo, error) {
func (sm *StorageMinerAPI) FindSector(ctx context.Context, si abi.SectorID, types sectorbuilder.SectorFileType) ([]api.StorageInfo, error) {
panic("implement me")
}