base

package
v0.0.0-...-75939a1 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

type Model struct {
	ID        uint32    `gorm:"primarykey;comment:主键id"`
	CreatedAt time.Time `gorm:"created_at;comment:创建时间"`
	UpdatedAt time.Time `gorm:"updated_at;comment:更新时间"`
}

type UuidModel

type UuidModel struct {
	ID        uuid.UUID `gorm:"primarykey;comment:主键id"`
	CreatedAt time.Time `gorm:"created_at;comment:创建时间"`
	UpdatedAt time.Time `gorm:"updated_at;comment:更新时间"`
}

Jump to

Keyboard shortcuts

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