Versions in this module Expand all Collapse all v1 v1.0.0 Sep 28, 2023 Changes in this version + var MysqlClient *gorm.DB + var RedisClient *gredis.Redis + func Destroy() + func Init() + type MysqlConf struct + Addr string + Charset string + ConnMaxIdlTime time.Duration + ConnMaxLifeTime time.Duration + ConnTimeOut time.Duration + DataBase string + Enable bool + MaxIdleConns int + MaxOpenConns int + Password string + ReadTimeOut time.Duration + ShowLog bool + User string + WriteTimeOut time.Duration