package types

Import Path
	/examples/cli_daemon/types (on go.dev)

Dependency Relation
	imports 4 packages, and imported by 2 packages

Involved Source Files args.go
Package-Level Type Names (total 2)
/* sort by: | */
A is a struct for node arguments. It's a typesafe alternative to [am.A]. Duration time.Duration func ParseArgs(args am.A) *A func Pass(args *A) am.A
ARpc is a subset of A, that can be passed over RPC. Duration time.Duration func PassRpc(args *ARpc) am.A
Package-Level Functions (total 4)
LogArgs is an args logger for A.
ParseArgs extracts A from [am.Event.Args][APrefix].
Pass prepares [am.A] from A to pass to further mutations.
PassRpc prepares [am.A] from A to pass over RPC.
Package-Level Constants (only one)
const APrefix = "daemon"