model

package
v0.0.0-...-00df602 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrUserNotFound   = errors.New("user not found")
	ErrUserEmailTaken = errors.New("email already taken")
)

Functions

This section is empty.

Types

type User

type User struct {
	gorm.Model
	Name  string `gorm:"column:name"`
	Email string `gorm:"unique"`
	Phone string `gorm:"column:phone"`
}

Jump to

Keyboard shortcuts

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