global

package
v0.0.0-...-1d1ce7e Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MAY_VP      *viper.Viper
	MAY_CONFIG  config.Server
	MAY_LOGGER  *zap.Logger
	MAY_DB      *gorm.DB
	MAY_CONTROL = &singleflight.Group{}
)

Functions

This section is empty.

Types

type MAY_MODEL

type MAY_MODEL 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