package types

Import Path
	github.com/pancsta/asyncmachine-go/tools/relay/types (on go.dev)

Dependency Relation
	imports one package, and imported by 2 packages

Involved Source Files relay_cli.go
Package-Level Type Names (total 3)
/* sort by: | */
nolint:lll Debug bool RotateDbg *ArgsRotateDbg func github.com/pancsta/asyncmachine-go/tools/relay.New(ctx context.Context, args *Args, out OutputFunc) (*relay.Relay, error)
ArgsRotateDbg converts dbg dumps to other formats / versions. am-relay convert-dbg am-dbg-dump.gob.br -o am-vis nolint:lll Dir string Filename string FwdAddr []string IntervalTime time.Duration IntervalTx int ListenAddr string
func github.com/pancsta/asyncmachine-go/tools/relay.New(ctx context.Context, args *Args, out OutputFunc) (*relay.Relay, error)
Package-Level Constants (only one)
const CmdRotateDbg = "rotate-dbg"