Structs§
- Command line parameters for starting the gateway.
mode
,data_dir
,listen
, andapi_addr
are all required. GatewayParameters
is a helper struct that can be derived fromGatewayOpts
that holds the CLI or environment variables that are specified by the user.