Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Corrosion config.CorrosionConfig `toml:"corrosion"` Edge EdgeConfig `toml:"edge"` Local LocalConfig `toml:"local"` }
func ReadConfigFile ¶
type EdgeConfig ¶
type EdgeConfig struct { DefaultDomain string `toml:"default_domain"` HttpAddr string `toml:"http_addr"` HttpsAddr string `toml:"https_addr"` MachineGateways *MachineGatewaysConfig `toml:"machine_gateways"` TLS TLS `toml:"tls"` }
type LocalConfig ¶
type MachineGatewaysConfig ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.