Versions in this module Expand all Collapse all v0 v0.0.1 May 2, 2023 Changes in this version + type FlowStateCache struct + func NewFlowStateCache() *FlowStateCache + func (ch *FlowStateCache) GetFlowState(flowId string) (model.FlowState, bool) + func (ch *FlowStateCache) SaveFlowState(flowId string, state model.FlowState)