Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2024 v0.0.1 Jan 23, 2024 Changes in this version + type MergeConfig struct + ChanSize int + PayloadBatchSize int + PayloadMaxSize int + TickInterval int + type ServerConfig struct + FrontEndPath string + HttpPort int + Log newlog.LogConfig + MaxConnCount int + Merge MergeConfig + MySQLServer dbmodel.MySQLConfig + ProfilePort int + ScanTable bool + TaosServer TaosConfig + TcpPort int + func (c *ServerConfig) Parse(configPath string) + type TaosConfig struct + Database string + Host string + Password string + Port int + User string