controllers

package
v0.0.0-...-8fafe4d Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddressController

type AddressController struct {
	// contains filtered or unexported fields
}

func NewAddressController

func NewAddressController() (*AddressController, error)

func (*AddressController) CreateAddress

func (addressController *AddressController) CreateAddress(context *gin.Context)

func (*AddressController) DeleteAddress

func (addressController *AddressController) DeleteAddress(context *gin.Context)

func (*AddressController) FetchAddress

func (addressController *AddressController) FetchAddress(context *gin.Context)

func (*AddressController) UpdateAddress

func (addressController *AddressController) UpdateAddress(context *gin.Context)

type UserController

type UserController struct {
	// contains filtered or unexported fields
}

func NewUserController

func NewUserController() (*UserController, error)

func (*UserController) CreateUser

func (userController *UserController) CreateUser(context *gin.Context)

func (*UserController) DeleteUser

func (userController *UserController) DeleteUser(context *gin.Context)

func (*UserController) FetchUser

func (userController *UserController) FetchUser(context *gin.Context)

func (*UserController) UpdateUser

func (userController *UserController) UpdateUser(context *gin.Context)

Jump to

Keyboard shortcuts

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