Skip to main content

Crate gonzalo_store_server

Crate gonzalo_store_server 

Source
Expand description

A Store backed by a remote gonzalo daemon. Operators choose the transport: ServerStore::http (HTTP/JSON via reqwest) or ServerStore::grpc (gRPC via tonic). Both speak the same JSON serialization of gonzalo-core types. Each transport has a *_with_token constructor that sends Authorization: Bearer <token>.

Structsยง

ServerStore
A client substrate over a remote gonzalo daemon.