Crate svc_storage_client_grpc
source ·Expand description

svc-storage gRPC Client
Overview
Exposes svc-storage gRPC Client Functions responsible for storing and retrieving data from the Arrow database and other storage.
Re-exports
pub use resources::Clients;
Modules
- GRPC Simple Service traits
- Re-export of used objects
- provides resource modules
- Provide search helpers
- GRPC Simple Service traits
- GRPC Simple Service traits
Macros
- Generates includes for gRPC client implementations with a linked client service Includes a mock module if the
mockfeature is enabled - Generates includes for gRPC client implementations Includes a mock module if the
mockfeature is enabled - Writes a debug! message to the
app::client::storage::grpclogger - Writes a error! message to the
app::client::storage::grpclogger - Writes a info! message to the
app::client::storage::grpclogger - Writes a warn! message to the
app::client::storage::grpclogger - Generates Client implementation for link gRPC clients
- Generates Client implementation for simple gRPC clients
- Generates Client implementation for simple linked gRPC clients