Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UserCreate ¶
Types ¶
type User ¶
type User struct { Email string `json:"email"` First_name string `json:"first_name"` Last_name string `json:"last_name"` Password string `json:"password"` Created_at time.Time `json:"created_at"` Updated_at time.Time `json:"updated_at"` }
func UserByEmail ¶
UserByEmail gets user information from email
func UserIdByEmail ¶
UserIdByEmail gets user id from email
Click to show internal directories.
Click to hide internal directories.