Module facade

Module facade 

Source
Expand description

High-level store facade APIs and supporting utilities.

Structs§

BlockStoreFacade
Block-oriented facade that buffers operations before committing them.
RemoteServerSettings
Settings that control the embedded remote server started by SimpleStoreFacade. Defaults bind to 127.0.0.1:9443, use plaintext transport, and ship placeholder proto/proto credentials so local development can override them quickly. The server refuses to start until RemoteServerSettings::with_basic_auth (or RemoteServerSettings::with_auth_config) replaces those placeholders.
SimpleStoreFacade
Main implementation of the store facade.
StoreConfig
Configuration for initializing the store (including the embedded remote server).

Traits§

StoreFacade
Main interface for interacting with the state store.