handlers

package
v0.0.0-...-784c0f6 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddCustomer

func AddCustomer(c *fiber.Ctx) error

AddCustomer is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/customer [post]

func AddLicense

func AddLicense(c *fiber.Ctx) error

AddLicense is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/license [post]

func AddPattern

func AddPattern(c *fiber.Ctx) error

AddPattern is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/pattern [post]

func AddPayment

func AddPayment(c *fiber.Ctx) error

AddPayment is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/payment [post]

func Audit

func Audit(c *fiber.Ctx) error

Audit is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/audit/:id [get]

func Audits

func Audits(c *fiber.Ctx) error

Audits is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/audit [get]

func ClonePattern

func ClonePattern(c *fiber.Ctx) error

ClonePattern is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/pattern/:id [post]

func Customer

func Customer(c *fiber.Ctx) error

Customer is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/customer/:id [get]

func Customers

func Customers(c *fiber.Ctx) error

Customers is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/customer [get]]

func DeleteCustomer

func DeleteCustomer(c *fiber.Ctx) error

DeleteCustomer is a ... @accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/pattern/:id [patch]

func DeletePattern

func DeletePattern(c *fiber.Ctx) error

Delete is a ... @accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/pattern/:id [patch]

func License

func License(c *fiber.Ctx) error

License is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/license/:id [get]

func Licenses

func Licenses(c *fiber.Ctx) error

Licenses is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/license [get]

func ListCountries

func ListCountries(c *fiber.Ctx) error

ListCountries is a ... @accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/list/countries/:country [get]

func ListCustomers

func ListCustomers(c *fiber.Ctx) error

ListCustomers is a ... @accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/list/customers [get]

func ListPatterns

func ListPatterns(c *fiber.Ctx) error

ListPatterns is a ... @accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/list/patterns [get]

func Pattern

func Pattern(c *fiber.Ctx) error

Pattern is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/pattern/:id [get]

func Patterns

func Patterns(c *fiber.Ctx) error

Patterns is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/pattern [get]

func Payment

func Payment(c *fiber.Ctx) error

Payment is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/payment/:id [get]

func Payments

func Payments(c *fiber.Ctx) error

Payments is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/payment/:filter? [get]

func SettingGroup

func SettingGroup(c *fiber.Ctx) error

SettingGroup is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/setting/:group [get]

func SignIn

func SignIn(c *fiber.Ctx) error

SignIn is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/sign/in [post]]

func SignOut

func SignOut(c *fiber.Ctx) error

SignOut is a ... @Accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/sign/out [post]

func UpdateCustomer

func UpdateCustomer(c *fiber.Ctx) error

UpdateCustomer is a ... @accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/customer/:id [patch]

func UpdateLicense

func UpdateLicense(c *fiber.Ctx) error

UpdateLicense is a ... @accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/license/:id [patch]

func UpdatePattern

func UpdatePattern(c *fiber.Ctx) error

UpdatePattern is a ... @accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/pattern/:id [patch]

func UpdatePayment

func UpdatePayment(c *fiber.Ctx) error

UpdatePayment is a ... @accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/payment/:id [patch]

func UpdateSettingGroup

func UpdateSettingGroup(c *fiber.Ctx) error

UpdateSettingGroup is a ... @accept application/json @Produce application/json @Param @Success 200 {string} string "{"status":"200", "msg":""}" @Router /_/api/setting/:group [patch]

Types

This section is empty.

Jump to

Keyboard shortcuts

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