Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MergeConfig ¶
type ServerConfig ¶
type ServerConfig struct { TcpPort int `json:"tcp_port"` HttpPort int `json:"http_port"` ProfilePort int `json:"profile_port"` MaxConnCount int `json:"max_conn_count"` ScanTable bool `json:"scan_table"` FrontEndPath string `json:"front_end_path"` Log newlog.LogConfig `json:"log"` TaosServer TaosConfig `json:"taos_server"` MySQLServer dbmodel.MySQLConfig `json:"mysql_server"` Merge MergeConfig `json:"merge"` }
func (*ServerConfig) Parse ¶
func (c *ServerConfig) Parse(configPath string)
Click to show internal directories.
Click to hide internal directories.