add helper Empty message

This commit is contained in:
Pavel Sviderski
2024-11-08 11:32:42 +10:00
parent c2b466b046
commit 34316c77cf
2 changed files with 110 additions and 39 deletions
+6
View File
@@ -18,6 +18,12 @@ message Metadata {
google.rpc.Status status = 3;
}
// A helper message for marshalling the metadata field and injecting it into the response by the gRPC proxy.
message Empty {
Metadata metadata = 1;
}
message IP {
bytes ip = 1;
}