Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { LogConfig *LogConfig `mapstructure:"Log"` DnsConfigPath string `mapstructure:"DnsConfigPath"` InboundConfigPath string `mapstructure:"InboundConfigPath"` OutboundConfigPath string `mapstructure:"OutboundConfigPath"` RouteConfigPath string `mapstructure:"RouteConfigPath"` ConnetionConfig *ConnetionConfig `mapstructure:"ConnetionConfig"` NodesConfig []*NodesConfig `mapstructure:"Nodes"` }
type ConnetionConfig ¶
type NodesConfig ¶
type NodesConfig struct { PanelType string `mapstructure:"PanelType"` ApiConfig *api.Config `mapstructure:"ApiConfig"` ControllerConfig *controller.Config `mapstructure:"ControllerConfig"` }
Click to show internal directories.
Click to hide internal directories.