Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddOrderRequest ¶
type GetItemsRequest ¶
type OrderHandler ¶
type OrderHandler interface { MainHttpd() ShowOrders() gin.HandlerFunc AddOrders() gin.HandlerFunc }
func NewOrderHandler ¶
func NewOrderHandler(cs service.OrderManagementService) OrderHandler
Click to show internal directories.
Click to hide internal directories.