models

package
v0.0.0-...-7a34eef Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	gorm.Model
	Name       string `gorm:"size:128"`
	Email      string `gorm:"unique;size:256" form:"email" binding:"required"`
	Password   string `gorm:"size:128" form:"password" binding:"required"`
	ResetToken string `gorm:"size:128"`
}

User 模型定义

Jump to

Keyboard shortcuts

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