文件名称:Go的有限状态机-Golang开发
文件大小:199KB
文件格式:ZIP
更新时间:2024-06-15 10:37:26
Golang Miscellaneous
欢迎来到有状态:waving_hand:使用现有代码创建简单的状态机目录目录文档使用情况绘制图通配符示例信用证Documentat欢迎来到有状态:waving_hand:使用现有代码创建简单的状态机目录目录文档用法绘制图形通配符示例信用证件您可以找到这里的文档:https://pkg.go.dev/github.com/bykof/stateful?tab=doc用法使用有状态非常容易。 只需创建一个结构并实现有状态接口导入“ github.com/bykof/stateful”类型(MyMachine struct {state stateful.State amount int
【文件预览】:
stateful-master
----.gitignore(225B)
----go.mod(194B)
----transitionRule.go(682B)
----statefulGraph()
--------stateMachineGraph.go(2KB)
----.travis.yml(115B)
----LICENSE(1KB)
----state.go(1KB)
----go.sum(1016B)
----examples()
--------drinkMachine()
--------simpleMachine()
----README.md(6KB)
----transitionRule_test.go(2KB)
----stateMachine_test.go(6KB)
----transition_test.go(1KB)
----docs()
--------resources()
----errors.go(1KB)
----transition.go(995B)
----stateMachine.go(2KB)
----stateful.go(422B)
----state_test.go(391B)