package states

Import Path
	github.com/pancsta/asyncmachine-go/examples/benchmark_grpc/worker_states (on go.dev)

Dependency Relation
	imports one package, and imported by 0 packages

Involved Source Files worker_states.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 single state definition.
Package-Level Variables (total 3)
Names is an ordered list of all the state names.
States structure defines relations and properties of states.
Package-Level Constants (total 6)
const CallOp = "CallOp"
const Event = "Event"
const Start = "Start"
const Value1 = "Value1"
const Value2 = "Value2"
const Value3 = "Value3"