chore(examples): Remove dummy echo implementation (#1178)
This commit is contained in:
@@ -14,6 +14,8 @@ fn main() {
|
||||
|
||||
tonic_build::compile_protos("proto/echo/echo.proto").unwrap();
|
||||
|
||||
tonic_build::compile_protos("proto/unaryecho/echo.proto").unwrap();
|
||||
|
||||
tonic_build::configure()
|
||||
.server_mod_attribute("attrs", "#[cfg(feature = \"server\")]")
|
||||
.server_attribute("Echo", "#[derive(PartialEq)]")
|
||||
|
||||
Reference in New Issue
Block a user