Expand description
crate::store::StoreManager trait for fetching configuration and data from a backing store Module with structs for use in managing and accessing data used by various wasmCloud entities
Structs§
- Default
Store - A struct that implements the StoreManager trait, storing data in an in-memory HashMap.
Traits§
- Store
Manager - A trait for managing a store of data, such as a config store or a data store.