package relay
Import Path
github.com/pancsta/asyncmachine-go/tools/relay (on go.dev)
Dependency Relation
imports 13 packages, and imported by one package
Involved Source Files
relay.go
Package-Level Type Names (only one)
Args *types.Args
Mach *am.Machine
(*Relay) ClientMsgEnter(e *am.Event) bool
(*Relay) ClientMsgState(e *am.Event)
(*Relay) ConnectEventEnter(e *am.Event) bool
(*Relay) ConnectEventState(e *am.Event)
(*Relay) DisconnectEventEnter(e *am.Event) bool
(*Relay) DisconnectEventState(e *am.Event)
(*Relay) StartState(e *am.Event)
func New(ctx context.Context, args *types.Args, out types.OutputFunc) (*Relay, error)
Package-Level Functions (only one)
New creates a new Relay - state machine, RPC server.
![]() |
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. |