package states
Import Path
github.com/pancsta/asyncmachine-go/tools/generator/states (on go.dev)
Dependency Relation
imports 2 packages, and imported by one package
Involved Source Files
ss_generator.go
Package-Level Type Names (total 2)
GeneratorGroupsDef contains all the state groups of the Generator state
machine.
Inherit S
var GeneratorGroups
GeneratorStatesDef contains all the states of the Generator state machine.
Groups string
GroupsInherited string
GroupsLocal string
rest
pkg/states
InheritConnected string
InheritDisposed string
InheritNodeWorker string
pkg/*
StatesBase *am.StatesBase
Exception is the only built-in state and mean a global error. All errors
have to [State.Require] the Exception state. If [Machine.PanicToErr] is
true, Exception will receive it.
( GeneratorStatesDef) Names() machine.S
( GeneratorStatesDef) SetNames(names machine.S)
( GeneratorStatesDef) SetStateGroups(groups map[string][]int, order []string)
( GeneratorStatesDef) StateGroups() (map[string][]int, []string)
GeneratorStatesDef : github.com/pancsta/asyncmachine-go/pkg/machine.States
var GeneratorStates
Package-Level Variables (total 3)
GeneratorGroups contains all the state groups for the Generator machine.
GeneratorSchema represents all relations and properties of GeneratorStates.
GeneratorStates contains all the states for the Generator machine.
![]() |
The pages are generated with Golds v0.8.2. (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. |