文件名称:Go-Go的有限状态机
文件大小:199KB
文件格式:ZIP
更新时间:2022-09-02 20:33:25
Go开发-其它杂项
Go的有限状态机
【文件预览】:
stateful-master
----.gitignore(225B)
----README.md(6KB)
----statefulGraph()
--------stateMachineGraph.go(2KB)
----state.go(1KB)
----docs()
--------resources()
----examples()
--------simpleMachine()
--------drinkMachine()
----state_test.go(391B)
----LICENSE(1KB)
----go.mod(194B)
----transitionRule.go(682B)
----stateMachine_test.go(6KB)
----transitionRule_test.go(2KB)
----stateMachine.go(2KB)
----go.sum(1016B)
----.travis.yml(115B)
----transition.go(995B)
----stateful.go(422B)
----transition_test.go(1KB)
----errors.go(1KB)