Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GVA_DB *gorm.DB GVA_DBList map[string]*gorm.DB GVA_VP *viper.Viper Log *zap.Logger GVA_Timer timer.Timer = timer.NewTimerTask() GVA_Concurrency_Control = &singleflight.Group{} BlackCache local_cache.Cache )
Functions ¶
func GetGlobalDBByDBName ¶
GetGlobalDBByDBName 通过名称获取db list中的db
func MustGetGlobalDBByDBName ¶
MustGetGlobalDBByDBName 通过名称获取db 如果不存在则panic
Types ¶
type IController ¶
type IController interface {
Build(e *Start)
}
Click to show internal directories.
Click to hide internal directories.