Documentation ¶
Index ¶
- func Page(c *fiber.Ctx) error
- func Payment(c *fiber.Ctx) error
- func PaymentCallback(c *fiber.Ctx) error
- func PaymentCancel(c *fiber.Ctx) error
- func PaymentList(c *fiber.Ctx) error
- func PaymentSuccess(c *fiber.Ctx) error
- func Ping(c *fiber.Ctx) error
- func Product(c *fiber.Ctx) error
- func Products(c *fiber.Ctx) error
- func Settings(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PaymentCallback ¶ added in v0.1.5
func PaymentCallback(c *fiber.Ctx) error
PaymentCallback is ... [get] /cart/payment/callback
func PaymentCancel ¶ added in v0.1.5
func PaymentCancel(c *fiber.Ctx) error
PaymentCancel is ... [get] /cart/payment/cancel
func PaymentList ¶ added in v0.1.5
func PaymentList(c *fiber.Ctx) error
Payment is ... [get] /cart/payment
func PaymentSuccess ¶ added in v0.1.5
func PaymentSuccess(c *fiber.Ctx) error
PaymentSuccess is ... [get] /cart/payment/success
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.