userver
C++ Async Framework
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
Toggle main menu visibility
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
All results
samples/grpc_middleware_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;
}
Docs version:
v1.0
,
v2.0
,
trunk/develop
Generated on Wed Apr 30 2025 15:48:39 for userver by
Doxygen
1.13.2