package
Version:
v1.1.18
Opens a new window with list of versions in this module.
Published: Jan 3, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
状态机
func (s *FSM) ForceState(state int)
设置状态
func (s *FSM) Handle(v interface{})
type StateHandler interface {
State() int
Enter(*FSM)
Leave(*FSM)
Handle(*FSM, interface{})
}
状态对象
Source Files
¶
Click to show internal directories.
Click to hide internal directories.