package
0.0.8
Repository: https://github.com/ellanetworks/core.git
Documentation: pkg.go.dev

# Functions

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