Skip to content

Commit

Permalink
delete proto file (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeylichang authored Dec 26, 2022
1 parent 4bcf160 commit 043532c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 27 deletions.
7 changes: 6 additions & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ version: v1
plugins:
- plugin: go
out: ./
opt: paths=source_relative
opt: paths=source_relative
- plugin: go-grpc
out: ./
opt:
- paths=source_relative
- require_unimplemented_servers=false
4 changes: 2 additions & 2 deletions proto/service/types/v1/stone_hub.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ message PieceJob {
uint32 segment_count = 5;
uint32 ec_k = 6;
uint32 ec_m = 7;
bool done = 8;
repeated uint32 target_idx = 8;
repeated StorageProviderSealInfo storage_provider_seal_info = 9;
}

Expand Down Expand Up @@ -104,4 +104,4 @@ service StoneHubService {
rpc DonePrimaryPieceJob(StoneHubServiceDonePrimaryPieceJobRequest) returns (StoneHubServiceDonePrimaryPieceJobResponse) {};
rpc AllocStoneJob(StoneHubServiceAllocStoneJobRequest) returns (StoneHubServiceAllocStoneJobResponse) {};
rpc DoneSecondaryPieceJob(StoneHubServiceDoneSecondaryPieceJobRequest) returns (StoneHubServiceDoneSecondaryPieceJobResponse) {};
}
}
24 changes: 0 additions & 24 deletions proto/service/types/v1/stone_node.proto

This file was deleted.

0 comments on commit 043532c

Please sign in to comment.