Documentation ¶
Index ¶
Constants ¶
View Source
const ( A = "A" B = "B" C = "C" D = "D" )
Variables ¶
Names is an ordered list of all the state names.
View Source
var States = am.Struct{ A: { Auto: true, Require: S{C}, }, B: { Multi: true, Add: S{C}, }, C: { After: S{D}, }, D: { Add: S{C, B}, }, }
States map defines relations and properties of states.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.