model

package
v0.0.0-...-489c00f Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2020 License: MIT Imports: 0 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           int `gorm:"primary_key" json:"id"`
	Createded_At int `json:"created_at"`
	Updated_At   int `json:"updated_at"`
	IsDelete     int `json:"is_delete"`
}

type User_Admin

type User_Admin struct {
	Model
}

type User_Basic

type User_Basic struct {
	Model
	RealName string `json:"realname"`
	Gender   string `json:"gender"`
	Age      int    `json:"age"`
	IdCard   string `json:"idcard"`
	Mobile   string `json:"mobile"`
	Eamil    string `json:"email"`
	Address  string `json:"address"`
}

type User_Gamer

type User_Gamer struct {
	Model
}

type User_Guest

type User_Guest struct {
	Model
}

Jump to

Keyboard shortcuts

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