models

package
v0.0.0-...-6f06d93 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2023 License: MIT Imports: 4 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
	Email    string `gorm:"size:255;unique"`
	Username string `gorm:"size:255;unique;not null" json:"username"`
	Password string `gorm:"size:255" json:"password"`
	Phone    string
	PlexID   string
}

func (*User) BeforeSave

func (u *User) BeforeSave() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳