more features
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m52s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m52s
This commit is contained in:
@@ -3,6 +3,7 @@ package messages;
|
||||
option go_package = ".;messages";
|
||||
|
||||
message AddRequest {
|
||||
int32 Quantity = 1;
|
||||
string Sku = 2;
|
||||
}
|
||||
|
||||
@@ -14,12 +15,13 @@ message AddItem {
|
||||
string Image = 6;
|
||||
}
|
||||
|
||||
message RemoteItem {
|
||||
message RemoveItem {
|
||||
int64 Id = 1;
|
||||
}
|
||||
|
||||
message ChangeQuantity {
|
||||
int32 Quantity = 1;
|
||||
int64 Id = 1;
|
||||
int32 Quantity = 2;
|
||||
}
|
||||
|
||||
message SetDelivery {
|
||||
|
||||
Reference in New Issue
Block a user