Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangePasswordReq ¶
type UserChangeProfileReq ¶
type UserChangeProfileReq struct { FirstName string `form:"first_name" json:"first_name,omitempty"` LastName string `form:"last_name" json:"last_name,omitempty"` Email string `form:"email,omitempty" json:"email,omitempty" validate:"omitempty,email"` Gender string `form:"gender" json:"gender,omitempty"` DateOfBirth string `form:"date_of_birth" json:"date_of_birth,omitempty"` Age int `form:"age" json:"age,omitempty"` Image string `form:"image,omitempty"` }
Click to show internal directories.
Click to hide internal directories.