package global

Import Path
	github.com/pancsta/asyncmachine-go/pkg/states/global (on go.dev)

Dependency Relation
	imports one package, and imported by 8 packages

Involved Source Files Package global should be imported into the package's global scope with: import _ "github.com/pancsta/asyncmachine-go/pkg/states/global" This removes the need for manual updates, with the cost of an implicit import.
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 5)
Exception is a type alias for the exception state.
SAdd is a func alias for merging lists of states.
SchemaMerge is a func alias for extending an existing state schema.
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.