global

package
v0.0.0-...-b40fde2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GvaDb                 *gorm.DB
	GvaDbList             map[string]*gorm.DB
	GvaRedis              *redis.Client
	GvaConfig             config.Server
	GvaViper              *viper.Viper
	GvaLog                *zap.Logger
	GvaTimer              = timer.NewTimerTask()
	GvaConcurrencyControl = &singleflight.Group{}

	BlackCache local_cache.Cache
)

Functions

func GetGlobalDBByDBName

func GetGlobalDBByDBName(dbname string) *gorm.DB

GetGlobalDBByDBName 通过名称获取db list中的db

func MustGetGlobalDBByDBName

func MustGetGlobalDBByDBName(dbname string) *gorm.DB

MustGetGlobalDBByDBName 通过名称获取db 如果不存在则panic

Types

type GvaModel

type GvaModel struct {
	ID        uint           `gorm:"primarykey"` // 主键ID
	CreatedAt time.Time      // 创建时间
	UpdatedAt time.Time      // 更新时间
	DeletedAt gorm.DeletedAt `gorm:"index" json:"-"` // 删除时间
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL