package
1.2.1
Repository: https://github.com/omec-project/util.git
Documentation: pkg.go.dev

# Functions

ExportDot export fsm in dot format to outfile, which can be visualize by graphviz.
NewFSM create a new FSM object then registers transitions and callbacks to it.
NewState create a State object with current state set to initState.

# 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.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author