Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSM ¶
type FSM struct {
// contains filtered or unexported fields
}
func (*FSM) Add ¶
func (s *FSM) Add(state StateHandler) error
func (*FSM) CurrentStateHandler ¶
func (s *FSM) CurrentStateHandler() StateHandler
func (*FSM) ForceState ¶
Click to show internal directories.
Click to hide internal directories.