controllers

package
v0.0.0-...-696786a Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2025 License: MIT Imports: 11 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 {
	// contains filtered or unexported fields
}

func NewUserController

func NewUserController(service *services.UserService) *UserController

func (*UserController) Create

func (c *UserController) Create(ctx echo.Context) error

func (*UserController) Delete

func (c *UserController) Delete(ctx echo.Context) error

func (*UserController) GetAll

func (c *UserController) GetAll(ctx echo.Context) error

func (*UserController) GetByID

func (c *UserController) GetByID(ctx echo.Context) error

func (*UserController) Update

func (c *UserController) Update(ctx echo.Context) error

Jump to

Keyboard shortcuts

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