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"` ConnectionConfig *ConnectionConfig `mapstructure:"ConnectionConfig"` NodesConfig []*NodesConfig `mapstructure:"Nodes"` }
type ConnectionConfig ¶
type Manager ¶
type Manager struct { Server *core.Instance Service []service.Service Running bool // contains filtered or unexported fields }
Manager Structure
type NodesConfig ¶
type NodesConfig struct { ApiConfig *api.Config `mapstructure:"ApiConfig"` ControllerConfig *controller.Config `mapstructure:"ControllerConfig"` }
Click to show internal directories.
Click to hide internal directories.