Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2026 Changes in this version + type Context struct + Iteration int + LoopID event.LoopID + Now time.Time + Rand *rand.Rand + func NewContext(p NewContextParams) Context + type Definition struct + InitState func() S + Name string + Transition Transition[S] + type NewContextParams struct + Iteration int + LoopID event.LoopID + Now time.Time + Seed int64 + Seq uint64 + type Transition func(tc Context, state S, ev event.Envelope) (S, []action.Action, error)