controllers

package
v0.0.0-...-2d31ac5 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2023 License: Apache-2.0 Imports: 6 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 {
	Service interfaces.IUser
}

func GetUserController

func GetUserController(service interfaces.IUser) *UserController

func (UserController) DeleteUser

func (u UserController) DeleteUser(c *gin.Context)

func (UserController) GetUser

func (u UserController) GetUser(c *gin.Context)

func (UserController) Login

func (u UserController) Login(c *gin.Context)

func (UserController) Logout

func (u UserController) Logout(c *gin.Context)

func (UserController) PatchUser

func (u UserController) PatchUser(c *gin.Context)

func (UserController) Register

func (u UserController) Register(c *gin.Context)

Jump to

Keyboard shortcuts

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