Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MissingFieldError ¶
Types ¶
type InsertUser ¶
type InsertUser struct { Name string ` json:"name"` Email string ` json:"email"` Password string ` json:"password"` }
func (*InsertUser) ConvertToUser ¶
func (user *InsertUser) ConvertToUser() models.User
func (*InsertUser) Validate ¶
func (user *InsertUser) Validate() error
Click to show internal directories.
Click to hide internal directories.