package models type PasswordToken struct { Token string Expires int64 UserID uint }