Skip to main content

Crate greentic_state

Crate greentic_state 

Source
Expand description

Multi-tenant JSON state store primitives for Greentic runtimes.

Re-exports§

pub use crate::key::FqnKey;
pub use crate::key::fqn;
pub use crate::key::fqn_prefix;
pub use crate::store::StateStore;

Modules§

error
inmemory
key
redis_store
store
util

Structs§

StateKey
Unique key referencing a persisted state blob.
StatePath
Hierarchical pointer addressing a nested state path.
TenantCtx
Context that accompanies every invocation across Greentic runtimes.