entity

package
v2.0.0-...-dcc505f Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2023 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 {
	Id       uint        `json:"id"       description:"User ID"`
	Passport string      `json:"passport" description:"User Passport"`
	Password string      `json:"password" description:"User Password"`
	Nickname string      `json:"nickname" description:"User Nickname"`
	CreateAt *gtime.Time `json:"createAt" description:"Created Time"`
	UpdateAt *gtime.Time `json:"updateAt" description:"Updated Time"`
}

User is the golang structure for table user.

Jump to

Keyboard shortcuts

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