package states

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

Dependency Relation
	imports one package, and imported by 10 packages

Involved Source Files states_utils.go
Package-Level Type Names (total 2)
/* sort by: | */
S is a type alias for a list of state names.
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.
Ready is a type alias for the Ready state.
SAdd is a func alias for merging lists of states.
SchemaMerge is a func alias for extending an existing state schema.
Start is a type alias for the Start state.
StateAdd is a func alias for adding to an existing state definition.
StateSet is a func alias for replacing parts of an existing state definition.