Versions in this module Expand all Collapse all v1 v1.1.0 Mar 21, 2022 v1.0.0 Feb 10, 2022 Changes in this version + const TIMEOUT + var CkgroupStore ckgroupStore + var ErrPrimarykeyMiss = errors.New("primarikey is required, but not found") + func GetClickhouseTableColumn(db *sql.DB, dbName, table, pk, dbType string) (*model.SQLTable, error) + func QueryRows(db *sql.DB, types map[string]model.DataType, query string, args ...interface{}) ([]*model.Data, error) + func Run(exit chan struct{}, wg *sync.WaitGroup) + func SetConfig(config *config.Config)