Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { WorkingDir string BreezServer string `long:"breezserver"` BreezServerNoTLS bool `long:"breezservernotls"` LspToken string `long:"lsptoken"` SwapperPubkey string `long:"swapperpubkey"` Network string `long:"network"` GrpcKeepAlive bool `long:"grpckeepalive"` BootstrapURL string `long:"bootstrap"` ClosedChannelsURL string `long:"closedchannelsurl"` BugReportURL string `long:"bugreporturl"` BugReportURLSecret string `long:"bugreporturlsecret"` TxSpentURL string `long:"txspenturl"` //Job Options JobCfg JobConfig `group:"Job Options"` }
Config holds the breez configuration
Click to show internal directories.
Click to hide internal directories.