controllers

package
v0.0.0-...-15884ca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

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 UserCreateReqBody struct {
	Name   string `json:"name"`
	Email  string `json:"email"`
	Mobile string `json:"mobile"`
}

type UserUpdateReqBody

type UserUpdateReqBody struct {
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL