1
2
3
4
5
6
pub mod config;

mod module {
    tonic::include_proto!("module");
}
pub use self::module::*;