package
Version:
v0.0.0-...-b66827d
Opens a new window with list of versions in this module.
Published: Sep 14, 2020
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
func InitDB(mysqlDbd ...AutoDB)
func MysqlConnet(mysqlDB ...AutoDB)
func RedisSorce(DBNum int)
type TimeStampModel struct {
CreatedAt int64 `gorm:"column:created_at" json:"created_at" `
UpdatedAt int64 `gorm:"column:updated_at" json:"updated_at"`
DeletedAt *time2.Time `gorm:"column:deleted_at" json:"deleted_at" sql:"index"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.