Support Any type for gRPC reflection

This commit is contained in:
Gregory Schier
2025-11-21 13:15:09 -08:00
parent bddc6e35a0
commit 43a7132014
5 changed files with 234 additions and 77 deletions
+1
View File
@@ -8,6 +8,7 @@ mod json_schema;
pub mod manager;
mod reflection;
mod transport;
mod any;
pub use tonic::metadata::*;
pub use tonic::Code;