huge refactor
This commit is contained in:
parent
8d6c2b6687
commit
38829c0179
23 changed files with 544 additions and 141 deletions
|
|
@ -14,7 +14,7 @@ message Task{
|
|||
message Result{
|
||||
string merch_uuid = 1;
|
||||
string origin_name = 2;
|
||||
uint32 price = 3;
|
||||
int32 price = 3;
|
||||
}
|
||||
|
||||
message ProcessorStatusRequest{}
|
||||
|
|
@ -38,4 +38,4 @@ service TaskProcessor {
|
|||
rpc RequestTask(google.protobuf.Empty) returns (stream Task);
|
||||
rpc SendResult(stream Result) returns (google.protobuf.Empty);
|
||||
rpc ProcessorStatus(ProcessorStatusRequest) returns (ProcessorStatusResponse);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue