handlers

package
v0.0.0-...-4f90bbe Latest Latest
Warning

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

Go to latest
Published: May 29, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddProduct

func AddProduct(c *fiber.Ctx) error

func EditProduct

func EditProduct(c *fiber.Ctx) error

func FetchProduct

func FetchProduct(c *fiber.Ctx) error

func FetchProductById

func FetchProductById(c *fiber.Ctx) error

func RemoveProduct

func RemoveProduct(c *fiber.Ctx) error

Types

type Product

type Product struct {
	ProductId string `db:"productid" json:"productid" xml:"productid" form:"productid"`
	Label     string `db:"label" json:"label" xml:"label" form:"label"`
}

Jump to

Keyboard shortcuts

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