Versions in this module Expand all Collapse all v1 v1.3.2 Jan 4, 2026 v1.3.1 Jan 4, 2026 v1.3.0 Jan 4, 2026 Changes in this version + func Setup(f *frame.Frame) + func SetupClickHouse(f *frame.Frame, conf *config.ConfigComponent) + func SetupGin(f *frame.Frame, conf *config.ConfigComponent) + func SetupLogger(f *frame.Frame, conf *config.ConfigComponent) + func SetupMySQL(f *frame.Frame, conf *config.ConfigComponent) + func SetupRedis(f *frame.Frame, conf *config.ConfigComponent) + func SetupRedisCluster(f *frame.Frame, conf *config.ConfigComponent) + type ClickHouseConfig struct + ConnMaxLifetime string + Database string + Host string + LogLevel string + MaxIdleConns int + MaxOpenConns int + Password string + Port int + Username string + type DatabaseConfig struct + ConnMaxLifetime string + Master map[string]any + MaxIdleConns int + MaxOpenConns int + Prefix string + Slaves []map[string]any