Documentation ¶
Index ¶
- func AddPage(c *fiber.Ctx) error
- func AddProduct(c *fiber.Ctx) error
- func AddProductDigital(c *fiber.Ctx) error
- func AddProductImage(c *fiber.Ctx) error
- func CartSendMail(c *fiber.Ctx) error
- func Carts(c *fiber.Ctx) error
- func DeletePage(c *fiber.Ctx) error
- func DeleteProduct(c *fiber.Ctx) error
- func DeleteProductDigital(c *fiber.Ctx) error
- func DeleteProductImage(c *fiber.Ctx) error
- func Install(c *fiber.Ctx) error
- func Pages(c *fiber.Ctx) error
- func Product(c *fiber.Ctx) error
- func ProductDigital(c *fiber.Ctx) error
- func ProductImages(c *fiber.Ctx) error
- func Products(c *fiber.Ctx) error
- func SettingByKey(c *fiber.Ctx) error
- func Settings(c *fiber.Ctx) error
- func SignIn(c *fiber.Ctx) error
- func SignOut(c *fiber.Ctx) error
- func TestLetter(c *fiber.Ctx) error
- func UpdatePage(c *fiber.Ctx) error
- func UpdatePageActive(c *fiber.Ctx) error
- func UpdatePageContent(c *fiber.Ctx) error
- func UpdateProduct(c *fiber.Ctx) error
- func UpdateProductActive(c *fiber.Ctx) error
- func UpdateProductDigital(c *fiber.Ctx) error
- func UpdateSettingByKey(c *fiber.Ctx) error
- func UpdateSettings(c *fiber.Ctx) error
- func Version(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 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 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 SettingByKey ¶
func SettingByKey(c *fiber.Ctx) error
SettingByKey is ... [get] /api/_/settings/:setting_key
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 UpdateSettingByKey ¶
func UpdateSettingByKey(c *fiber.Ctx) error
UpdateSettingByKey is ... [patch] /api/_/settings/:setting_key
func UpdateSettings ¶
func UpdateSettings(c *fiber.Ctx) error
UpdateSettings is ... [patch] /api/_/settings
Types ¶
This section is empty.