mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
add EmptyResponse common message
This commit is contained in:
@@ -23,6 +23,11 @@ message Empty {
|
||||
Metadata metadata = 1;
|
||||
}
|
||||
|
||||
// EmptyResponse is a response message to be returned by the gRPC proxy when a request to the upstream failed.
|
||||
// The nested Empty.Metadata message should contain an error.
|
||||
message EmptyResponse {
|
||||
repeated Empty messages = 1;
|
||||
}
|
||||
|
||||
message IP {
|
||||
bytes ip = 1;
|
||||
|
||||
Reference in New Issue
Block a user