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)
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.
![]() |
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. |