Source File
states_utils.go
Belonging Package
/examples/wasm/states
package statesimport am// S is a type alias for a list of state names.type S = am.S// State is a type alias for a state definition. See [am.State].type State = am.State// Exception is a type alias for the Exception state.var Exception = am.StateException// Start is a type alias for the Start state.var Start = am.StateStart// Ready is a type alias for the Ready state.var Ready = am.StateReady
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |