grpc send error via response instead of grpc error

This commit is contained in:
Chris Lu
2020-01-25 09:17:19 -08:00
parent 3f6e0e34cb
commit c48fc8b4de
14 changed files with 152 additions and 124 deletions

View File

@@ -127,6 +127,7 @@ message CreateEntryRequest {
}
message CreateEntryResponse {
string error = 1;
}
message UpdateEntryRequest {