Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 7 of 7) sorted by relevance

/tonic/examples/proto/attrs/
H A Dattrs.proto5 // EchoRequest is the request for echo.
10 // EchoResponse is the response for echo.
15 // Echo is the echo service.
17 // UnaryEcho is unary echo.
/tonic/examples/proto/echo/
H A Decho.proto21 package grpc.examples.echo;
23 // EchoRequest is the request for echo.
28 // EchoResponse is the response for echo.
33 // Echo is the echo service.
35 // UnaryEcho is unary echo.
/tonic/examples/src/multiplex/
H A Dserver.rs7 pub mod echo { module
16 use echo::{
26 let echo = EchoServer::new(MyEcho::default()); in main() localVariable
30 .add_service(echo) in main()
H A Dclient.rs5 pub mod echo { module
9 use echo::{echo_client::EchoClient, EchoRequest};
/tonic/examples/proto/unaryecho/
H A Decho.proto23 // EchoRequest is the request for echo.
28 // EchoResponse is the response for echo.
33 // Echo is the echo service.
35 // UnaryEcho is unary echo.
/tonic/examples/src/dynamic/
H A Dserver.rs7 use echo::echo_server::{Echo, EchoServer};
8 use echo::{EchoRequest, EchoResponse};
14 pub mod echo { module
/tonic/.github/workflows/
H A DCI.yml100 run: echo "version=$(yq '.workspace.package.rust-version' Cargo.toml)" >> $GITHUB_OUTPUT