Module store

Module store 

Source
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§

DefaultStore
A struct that implements the StoreManager trait, storing data in an in-memory HashMap.

Traits§

StoreManager
A trait for managing a store of data, such as a config store or a data store.