feat(refactor): update basic grpc method

This commit is contained in:
Alexander Navarro 2024-04-24 10:26:14 -04:00
parent 3bc2286586
commit f803aa92f7
6 changed files with 34 additions and 38 deletions

View file

@ -9,8 +9,8 @@ use self::server::GRPCServer;
mod client;
mod server;
pub mod hello_world {
tonic::include_proto!("helloworld");
pub mod grpc_juno {
tonic::include_proto!("juno");
}
#[async_trait]