models

package
v0.0.0-...-76b4d0c Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2020 License: Apache-2.0 Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// DB 数据库
	DB *gorm.DB
)

Functions

func CloseDB

func CloseDB()

CloseDB 关闭

func Setup

func Setup()

Setup gorm db 初始化

Types

type Model

type Model struct {
	ID        uint      `gorm:"primary_key" json:"id"`
	CreatedAt time.Time `json:"created_at"`
	UpdatedAt time.Time `json:"updated_at "`
	// * 代表 null
	DeletedAt *time.Time `json:"deleted_at"`
}

Model 基类

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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