tttt
This commit is contained in:
parent
a9cd891a8c
commit
a009f0b18d
|
@ -23,7 +23,10 @@ message Empty {}
|
|||
|
||||
service EchoService {
|
||||
rpc Echo(stream EchoRequest) returns (stream EchoResponse) {
|
||||
option (google.api.http) = {post: "/echo", body: "*"};
|
||||
option (google.api.http) = {
|
||||
post: "/echo"
|
||||
body: "*"
|
||||
};
|
||||
}
|
||||
rpc Stream(Empty) returns (stream EchoResponse) {
|
||||
option (google.api.http) = {get: "/echo"};
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
package gwrpc
|
Loading…
Reference in New Issue
Block a user