package models
type User struct {
Name string
Gender string
Age int
Password string
PasswordHash []byte
}