Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RequestHandler ¶
type RequestHandler interface {
// contains filtered or unexported methods
}
type UserRestDTO ¶
type UserRestDTO struct { ID string `form:"id" json:"id"` CreatedAt time.Time `form:"created_at" json:"created_at"` FirstName string `form:"first_name" json:"first_name" binding:"required"` LastName string `form:"last_name" json:"last_name" binding:"required"` Email string `form:"email" json:"email" binding:"required"` }
Click to show internal directories.
Click to hide internal directories.