Documentation ¶
Index ¶
Constants ¶
View Source
const ( OutputModeSimple = "simple" OutputModeJSON = "json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Eth accounts.EthConfig `yaml:"ethereum"` OutFormat string `required:"false" default:"" yaml:"output_format"` WorkerAddr string `yaml:"worker_eth_addr"` NodeAddr string `yaml:"node_addr"` // contains filtered or unexported fields }
Config describes configuration file for the `sonmcli` tool
func (*Config) OutputFormat ¶
func (*Config) PassPhrase ¶ added in v0.4.1
Click to show internal directories.
Click to hide internal directories.