#[cfg(test)] mod tests { #[test] fn it_works() { assert_eq!(2 + 2, 4); } } pub mod google { pub mod cloud { pub mod secretmanager { pub mod v1 { tonic::include_proto!("google.cloud.secretmanager.v1"); } } } pub mod iam { pub mod v1 { tonic::include_proto!("google.iam.v1"); } } pub mod r#type { tonic::include_proto!("google.r#type"); } } pub use google::cloud::secretmanager::*; pub use google::iam::*; pub use tonic;