package
Version:
v0.0.0-...-228e6a4
Opens a new window with list of versions in this module.
Published: Jan 4, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func VerifyPassword(password, hashedPassword string) error
type User struct {
gorm.Model
Username string `gorm:"size:255;not null;unique" json:"username"`
Password string `gorm:"size:255;not null;" json:"-"`
Groceries []Grocery
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.