State machine library
Go to file
Matthew Rich 36f18d6e31
All checks were successful
Lint / golangci-lint (push) Successful in 9m46s
Machine Tests / test (push) Successful in 38s
skip transitiionn if we are already in the desired state
2024-05-16 20:37:15 -07:00
.gitea/workflows initial version 2024-04-04 10:33:22 -07:00
artifacts fix test workflow 2024-04-04 11:11:02 -07:00
.gitignore Initial commit 2024-04-04 17:05:39 +00:00
COPYRIGHT initial version 2024-04-04 10:33:22 -07:00
go.mod fix lint errors 2024-04-04 13:06:45 -07:00
go.sum fix lint errors 2024-04-04 13:06:45 -07:00
LICENSE initial version 2024-04-04 10:33:22 -07:00
machine_test.go fix message fields 2024-05-06 22:59:18 -07:00
machine.go fix lint errors 2024-04-04 13:08:50 -07:00
Makefile add makefile 2024-04-04 10:44:07 -07:00
message.go fix message member scope 2024-05-06 22:41:29 -07:00
model_test.go fix lint errors 2024-04-04 13:08:50 -07:00
model.go fix lint errors 2024-04-04 13:08:50 -07:00
README.md add makefile 2024-04-04 10:44:07 -07:00
state_test.go fix lint errors 2024-04-04 13:08:50 -07:00
state.go fix lint errors 2024-04-04 13:08:50 -07:00
subscription.go fix lint errors 2024-04-04 13:08:50 -07:00
transition_test.go support wildcard source transition 2024-05-16 17:28:49 -07:00
transition.go skip transitiionn if we are already in the desired state 2024-05-16 20:37:15 -07:00

machine

State machine library