Versions in this module Expand all Collapse all v0 v0.6.0 Sep 19, 2019 v0.1.0 Sep 6, 2019 Changes in this version + type EventDetails struct + Args []interface{} + Destination string + Error error + Reason EventReason + Source string + func NewEventDetails(event *fsm.Event, reason EventReason) *EventDetails + type EventProvider interface + InsertEvent func(event *EventDetails) error + type EventReason string + const EventReasonRuleProcessing + const EventReasonTransition