mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 03:53:33 +00:00
add helper Empty message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user