feat(refactor): update basic grpc method
This commit is contained in:
parent
3bc2286586
commit
f803aa92f7
6 changed files with 34 additions and 38 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue