userver
C++ Async Framework
Loading...
Searching...
No Matches
samples/grpc_service/proto/samples/greeter.proto
syntax = "proto3";
package samples.api;
service GreeterService {
rpc SayHello(GreetingRequest) returns(GreetingResponse) {}
}
message GreetingRequest {
string name = 1;
}
message GreetingResponse {
string greeting = 1;
}
Generated on Wed Oct 4 2023 12:11:14 for userver by
Doxygen
1.9.8