# Constants
Entry/Exit event are defined by fsm package.
Entry/Exit event are defined by fsm package.
# Structs
No description provided by the author
State is a thread-safe structure that represents the state of a object and it can be used for FSM.
Transition defines a transition that a Event is triggered at From state, and transfer to To state after the Event.