model

package
v0.0.0-...-cbeb5a3 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 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 {
	Name        string `gorm:"size:32;column:name"`
	FamilyName  string `gorm:"size:32;column:family_name"`
	Email       string `gorm:"size:64;column:email"`
	UserName    string `gorm:"unique;size:64;column:user_name"`
	NationalId  uint   `gorm:"unique;size:256;column:national_id"`
	Password    string `gorm:"size:256;column:password"`
	IsActivated bool   `gorm:"default:true;column:is_activated"`
	gorm.Model
}

Jump to

Keyboard shortcuts

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