Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDuplicateEmail = errors.New("email already exists") ErrNoRows = errors.New("no rows exists") )
Functions ¶
func ComparePasswordAndHash ¶
func CreateHashPassword ¶
func ValidateUser ¶
Types ¶
type ChitraModel ¶
type ChitraModel struct {
// contains filtered or unexported fields
}
type Models ¶
type Models struct { UserModel UserModel ChitraModel ChitraModel }
Click to show internal directories.
Click to hide internal directories.