package states

Import Path
	/pkg/states/global (on go.dev)

Dependency Relation
	imports one package, and imported by 11 packages

Involved Source Files states_utils.go
Package-Level Type Names (total 3)
/* sort by: | */
S is a type alias for a list of state names. See [am.S].
Schema is a type alias for a state definition. See [am.Schema].
State is a type alias for a state definition. See [am.State].
Package-Level Variables (total 7)
Exception is a type alias for the Exception state. See [am.StateException].
Ready is a type alias for the Ready state. See [am.StateReady].
SAdd is a func alias for merging lists of states. Deprecated.
SchemaMerge is a func alias for extending an existing state schema. Deprecated.
Start is a type alias for the Start state. See [am.StateStart].
StateAdd is a func alias for adding to an existing state definition. Deprecated.
StateSet is a func alias for replacing parts of an existing state definition. Deprecated.