State machine library
Go to file
Matthew Rich 85e39191b8
Some checks failed
Lint / golangci-lint (push) Failing after 9m53s
Machine Tests / test (push) Successful in 40s
fix lint errors
2024-04-04 13:08:50 -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 lint errors 2024-04-04 13:08:50 -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 lint errors 2024-04-04 13:08:50 -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 fix lint errors 2024-04-04 13:08:50 -07:00
transition.go fix lint errors 2024-04-04 13:08:50 -07:00

machine

State machine library