package
0.0.0-20240527130329-a076324a2daf
Repository: https://github.com/dedazamarks/abs.git
Documentation: pkg.go.dev

# Functions

NewStateMachine initializes a new statemachine machine with the given initial statemachine.
SetState should be used ONLY for setting state after deserialization.

# Constants

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

# Structs

StateMachine represents the finite statemachine machine.

# Type aliases

Event represents an event that triggers statemachine transitions.
State represents a statemachine in the statemachine machine.