Versions in this module Expand all Collapse all v0 v0.1.1 Aug 25, 2026 v0.1.0 Aug 14, 2026 Changes in this version + func NewDefinition(store flow.CheckpointStore) (*bridge.TypedDefinition[CounterState], error) + func NewDefinitionWithGate(store flow.CheckpointStore, gate <-chan struct{}) (*bridge.TypedDefinition[CounterState], error) + func NewDefinitionWithGateAndSignal(store flow.CheckpointStore, gate <-chan struct{}, entered chan<- struct{}) (*bridge.TypedDefinition[CounterState], error) + type CounterState struct + Count int