handlers

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2024 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddPage

func AddPage(c *fiber.Ctx) error

AddPage is ... [post] /api/_/page/

func AddProduct

func AddProduct(c *fiber.Ctx) error

AddProduct is ... [post] /api/_/products

func AddProductDigital

func AddProductDigital(c *fiber.Ctx) error

AddProductDigital is ... [post] /api/_/products/:product_id/digital

func AddProductImage

func AddProductImage(c *fiber.Ctx) error

AddProductImage is ... [post] /api/_/products/:product_id/image

func CartSendMail

func CartSendMail(c *fiber.Ctx) error

CartSendMail [post] /api/_/carts/:cart_id/mail

func Carts

func Carts(c *fiber.Ctx) error

Carts is ... [get] /api/_/carts

func DeletePage

func DeletePage(c *fiber.Ctx) error

DeletePage is ... [delete] /api/_/pages/:page_id

func DeleteProduct

func DeleteProduct(c *fiber.Ctx) error

DeleteProduct is ... [delete] /api/_/products/:product_id

func DeleteProductDigital

func DeleteProductDigital(c *fiber.Ctx) error

DeleteProductDigital is ... [delete] /api/_/products/:product_id/digital/:digital_id

func DeleteProductImage

func DeleteProductImage(c *fiber.Ctx) error

DeleteProductImage is ... [delete] /api/_/products/:product_id/image/:image_id

func GetSetting added in v0.1.9

func GetSetting(c *fiber.Ctx) error

GetSetting is ... [get] /api/_/settings/:setting_key

func Install

func Install(c *fiber.Ctx) error

Install is ... [post] /api/install

func Pages

func Pages(c *fiber.Ctx) error

Pages is ... [get] /api/_/pages

func Product

func Product(c *fiber.Ctx) error

GetProduct is ... [get] /api/_/products/:product_id

func ProductDigital

func ProductDigital(c *fiber.Ctx) error

ProductDigital [get] /api/_/products/:product_id/digital

func ProductImages

func ProductImages(c *fiber.Ctx) error

ProductImages [get] /api/_/products/:product_id/image

func Products

func Products(c *fiber.Ctx) error

Products is ... [get] /api/_/products

func SignIn

func SignIn(c *fiber.Ctx) error

SignIn is ... [post] /api/sign/in

func SignOut

func SignOut(c *fiber.Ctx) error

SignOut is ... [post] /api/sign/out

func TestLetter

func TestLetter(c *fiber.Ctx) error

TestLetter is ... [get] /api/_/test/letter/:letter_name

func UpdatePage

func UpdatePage(c *fiber.Ctx) error

UpdatePage is ... [patch] /api/_/pages/:page_id

func UpdatePageActive

func UpdatePageActive(c *fiber.Ctx) error

UpdatePageActive is ... [patch] /api/_/page/:page_id/active

func UpdatePageContent

func UpdatePageContent(c *fiber.Ctx) error

UpdatePageContent is ... [get] /api/_/page/:page_id/content

func UpdateProduct

func UpdateProduct(c *fiber.Ctx) error

UpdateProduct is ... [patch] /api/_/products/:product_id

func UpdateProductActive

func UpdateProductActive(c *fiber.Ctx) error

UpdateProductActive is ... [patch] /api/_/products/:product_id/active

func UpdateProductDigital

func UpdateProductDigital(c *fiber.Ctx) error

UpdateProductDigital is ... [patch] /api/_/products/:product_id/digital/:digital_id

func UpdateSetting added in v0.1.9

func UpdateSetting(c *fiber.Ctx) error

UpdateSetting is ... [patch] /api/_/settings/:setting_key

func Version added in v0.1.3

func Version(c *fiber.Ctx) error

Version is ... [get] /api/_/version

Types

This section is empty.

Jump to

Keyboard shortcuts

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