LemonCore. ChatStateStore
(lemon_core v0.1.0)
View Source
Typed wrapper for chat-state persistence.
Summary
Functions
@spec get(term()) :: LemonCore.ChatState.t() | map() | nil
@spec put(term(), LemonCore.ChatState.t() | map()) :: :ok | {:error, term()}