Versions in this module Expand all Collapse all v0 v0.2.13 Sep 11, 2020 Changes in this version + func Caller(name string) *gorm.DB + func Provider(cfg CallerCfg) (resp *gorm.DB, err error) + func Register() common.Caller + type CallerCfg struct + Addr string + Charset string + ConnMaxLifetime common.Duration + Db string + Debug bool + Dialect string + Level string + Loc string + MaxIdleConns int + MaxOpenConns int + Network string + ParseTime string + Password string + ReadTimeout common.Duration + Timeout common.Duration + Username string + WriteTimeout common.Duration + type Cfg struct + Muses struct{ ... }