Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Id string `json:"id"` Firstname string `json:"firstname"` Lastname string `json:"lastname"` Email string `json:"email"` Password string `json:"password"` Handle string `json:"handle"` About string `json:"about"` Contents []Content `json:"contents"` ProfileImage string `json:"profile_image"` Following int `json:"following"` Followers int `json:"followers"` }
func (User) CheckPasswordHarsh ¶ added in v1.4.0
Click to show internal directories.
Click to hide internal directories.