Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChangePassword ¶
type CreateUserService ¶
type Profile ¶
type Profile struct { FirstName string `json:"firstName,omitempty"` LastName string `json:"lastName,omitempty"` BirthDate string `json:"birthDate,omitempty"` Gender int `json:"gender,omitempty"` Register int `json:"register,omitempty"` //0 to student an 1 to teacher Nickname string `json:"nickname,omitempty"` }
Click to show internal directories.
Click to hide internal directories.