chore(examples): Remove dummy echo implementation (#1178)

This commit is contained in:
tottoto
2022-12-05 12:08:41 -05:00
committed by GitHub
parent 1efabf0003
commit df8dd896da
18 changed files with 61 additions and 246 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
//! provide a custom `ClientConfig` for the tls configuration.
pub mod pb {
tonic::include_proto!("/grpc.examples.echo");
tonic::include_proto!("/grpc.examples.unaryecho");
}
use hyper::{client::HttpConnector, Uri};