| /tonic/examples/proto/routeguide/ |
| H A D | route_guide.proto | 25 // A simple RPC. 29 // A feature with an empty name is returned if there's no feature at the given 33 // A server-to-client streaming RPC. 41 // A client-to-server streaming RPC. 47 // A Bidirectional streaming RPC. 63 // A latitude-longitude rectangle, represented as two diagonally opposite 73 // A feature names something at a given point. 84 // A RouteNote is a message sent while at a given point. 93 // A RouteSummary is received in response to a RecordRoute rpc.
|
| /tonic/tonic-build/src/ |
| H A D | prost.rs | 380 pub fn field_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in field_attribute() 389 pub fn type_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in type_attribute() 398 pub fn message_attribute<P: AsRef<str>, A: AsRef<str>>( in message_attribute() 401 attribute: A, in message_attribute() argument 411 pub fn enum_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in enum_attribute() 466 pub fn server_mod_attribute<P: AsRef<str>, A: AsRef<str>>( in server_mod_attribute() 469 attribute: A, in server_mod_attribute() argument 477 pub fn server_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in server_attribute() 487 attribute: A, in client_mod_attribute() argument 495 pub fn client_attribute<P: AsRef<str>, A: AsRef<str>>(mut self, path: P, attribute: A) -> Self { in client_attribute() [all …]
|
| /tonic/interop/proto/grpc/testing/ |
| H A D | test.proto | 25 // A simple service to test the various types of RPCs and experiment with 44 // A sequence of requests followed by one response (streamed upload). 49 // A sequence of requests with each request served by the server immediately. 55 // A sequence of requests followed by a sequence of responses. 56 // The server buffers all the client requests and then serves them in order. A 67 // A simple service NOT implemented at servers so clients can test for 70 // A call that no server should implement 74 // A service used to control reconnect server.
|
| H A D | empty.proto | 20 // messages in your project. A typical example is to use it as argument or the
|
| /tonic/tonic-reflection/ |
| H A D | README.md | 3 A `tonic` based gRPC reflection implementation.
|
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/tonic-types/proto/ |
| H A D | error_details.proto | 66 // A message type used to describe a single quota violation. For example, a 74 // A description of how the quota check failed. Clients can use this 117 // /[A-Z0-9_]+/. 145 // A message type used to describe a single precondition failure. 157 // A description of how the precondition failed. Developers can use this 171 // A message type used to describe a single bad request field. 173 // A path leading to a field in the request body. The value will be a 178 // A description of why the request element is bad. 200 // A name for the type of resource being accessed, e.g. "sql table",
|
| H A D | status.proto | 39 // A developer-facing error message, which should be in English. Any 44 // A list of messages that carry the error details. There is a common set of
|
| /tonic/tonic/src/transport/server/ |
| H A D | io_stream.rs | 177 enum SelectOutput<A> { 178 Incoming(A), 179 Io(ServerIo<A>),
|
| /tonic/tonic-types/ |
| H A D | Cargo.toml | 8 A collection of useful protobuf types that can be used with `tonic`.
|
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/tonic-health/ |
| H A D | README.md | 3 A `tonic` based gRPC healthcheck implementation. It closely follows the official [health checking p…
|
| /tonic/tests/service_named_service/ |
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/tests/wellknown-compiled/ |
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/examples/ |
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/tests/same_name/ |
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/tests/use_arc_self/ |
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/tests/extern_path/my_application/ |
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/tests/ambiguous_methods/ |
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/interop/ |
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/tests/root-crate-path/ |
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/tests/compression/ |
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/tests/stream_conflict/ |
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/tests/service_named_result/ |
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /tonic/tonic/ |
| H A D | LICENSE | 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|