global

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GVA_DB     *gorm.DB      // 数据库对象
	GVA_REDIS  *redis.Client // Redis对象
	GVA_CONFIG config.Server // 服务总配置对象
	GVA_VP     *viper.Viper  // 配置库解析对象
	GVA_LOG    *zap.Logger   // 日志对象
)

Functions

This section is empty.

Types

type GVA_MODEL

type GVA_MODEL struct {
	ID          uint `gorm:"primarykey"`
	CreatedAt   time.Time
	UpdatedAt   time.Time
	DeletedTime gorm.DeletedAt `gorm:"index" json:"-"`
}

数据结构基本项

Jump to

Keyboard shortcuts

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