Replace gRPC Backend #10

Merged
sergeysav merged 15 commits from ssavelyev/grpc_removal into main 2026-01-01 10:11:53 -08:00
3 changed files with 6 additions and 4 deletions
Showing only changes of commit 42a09e8b0f - Show all commits

View File

@@ -1 +0,0 @@
pub use api_core::data_type::*;

View File

@@ -1 +0,0 @@
pub use api_core::data_value::*;

View File

@@ -1,6 +1,10 @@
pub mod client; pub mod client;
pub mod data_type; pub mod data_type {
pub mod data_value; pub use api_core::data_type::*;
}
pub mod data_value {
pub use api_core::data_value::*;
}
pub mod messages; pub mod messages;
pub mod macros { pub mod macros {