package engine type Event int const ( StartEvent Event = iota StepEvent StopEvent )