storage: storage find command

This commit is contained in:
Łukasz Magiera
2020-03-19 20:51:33 +01:00
parent 314fba049f
commit 978a718159
5 changed files with 148 additions and 3 deletions
+1
View File
@@ -109,6 +109,7 @@ type StorageMiner interface {
SectorsUpdate(context.Context, abi.SectorNumber, SectorState) error
StorageList(ctx context.Context) (map[stores.ID][]stores.Decl, error)
StorageLocal(ctx context.Context) (map[stores.ID]string, error)
// WorkerConnect tells the node to connect to workers RPC
WorkerConnect(context.Context, string) error