users

package
v0.0.0-...-902682f Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ItemsController

type ItemsController struct {
	ItemsUsecase items.Usecase
}

func NewItemsController

func NewItemsController(itemsUsecase items.Usecase) *ItemsController

func (ItemsController) Create

func (itemsController ItemsController) Create(c echo.Context) error

func (ItemsController) Delete

func (itemsController ItemsController) Delete(c echo.Context) error

func (ItemsController) GetAll

func (itemsController ItemsController) GetAll(c echo.Context) error

func (ItemsController) GetByCategoryId

func (itemsController ItemsController) GetByCategoryId(c echo.Context) error

func (ItemsController) GetById

func (itemsController ItemsController) GetById(c echo.Context) error

func (ItemsController) Update

func (itemsController ItemsController) Update(c echo.Context) error

func (ItemsController) UpdateStock

func (itemsController ItemsController) UpdateStock(c echo.Context) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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