1pub mod api { 2 tonic::include_proto!("api"); 3} 4 5pub mod common { 6 tonic::include_proto!("common"); 7}