Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderHandler ¶
type OrderHandler struct{}
func (*OrderHandler) CreateOrder ¶
func (h *OrderHandler) CreateOrder(c *gin.Context)
type PaymentHandler ¶
type PaymentHandler struct{}
func (*PaymentHandler) InitializePayment ¶
func (h *PaymentHandler) InitializePayment(c *gin.Context)
func (*PaymentHandler) VerifyPayment ¶
func (h *PaymentHandler) VerifyPayment(c *gin.Context)
type StockHandler ¶
type StockHandler struct{}
func (*StockHandler) CheckStock ¶
func (h *StockHandler) CheckStock(c *gin.Context)
func (*StockHandler) CreateStock ¶
func (h *StockHandler) CreateStock(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.