Discover Packages
github.com/revel/samples
orm
gorm
app
models
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 12, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type User struct {
gorm .Model
Name string `gorm:"size:255"`
Email string `gorm:"type:varchar(100);unique_index"`
HashedPassword []byte
Active bool
FileName string `gorm:"size:255"`
}
User model
func (user *User ) SetNewPassword(passwordString string )
SetNewPassword set a new hashsed password to user
Source Files
¶
Click to show internal directories.
Click to hide internal directories.