Expand description
Typed Rust client for the read-only gRPC service.
RemoteClient mirrors the read methods of infrastore_core::Store
over the wire. Construct it with RemoteClient::connect; a unifying
Store/client trait is deliberately out of scope (the store is sync, the
client async).
Structs§
- Remote
Client - Read-only client wrapping a tonic-generated client. All methods translate
gRPC
Statuserrors back intoTimeSeriesError::ConnectionErrorso callers don’t need to know whether the store is local or remote.