Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserController ¶
type UserController struct{}
func (UserController) ChuckNorris ¶
func (ctrl UserController) ChuckNorris(c *gin.Context)
func (UserController) Create ¶
func (ctrl UserController) Create(c *gin.Context)
func (UserController) Show ¶
func (ctrl UserController) Show(c *gin.Context)
func (UserController) Update ¶
func (ctrl UserController) Update(c *gin.Context)
type UserCreateReqBody ¶
type UserUpdateReqBody ¶
type UserUpdateReqBody struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.