Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoodsController ¶
type GoodsController struct { Worker freedom.Worker GoodsSev *domain.GoodsService Request *infra.Request }
func (*GoodsController) Get ¶
func (goods *GoodsController) Get() freedom.Result
GetBy handles the GET: /goods/:id route 获取商品列表.
func (*GoodsController) GetBy ¶
func (goods *GoodsController) GetBy(goodsID int) freedom.Result
GetBy handles the GET: /goods/:id route 获取指定商品.
func (*GoodsController) PutStock ¶
func (goods *GoodsController) PutStock() freedom.Result
GetBy handles the PUT: /goods/stock route 增加商品库存.
type OrderController ¶
type OrderController struct { Worker freedom.Worker OrderSev *domain.OrderService }
func (*OrderController) Get ¶
func (c *OrderController) Get() freedom.Result
GetBy handles the GET: /order route 获取全部订单.
type ShopController ¶
type ShopController struct { Worker freedom.Worker OrderSev *domain.OrderService Request *infra.Request }
func (*ShopController) Post ¶
func (c *ShopController) Post() freedom.Result
GetBy handles the POST: /route 购买商品.
Click to show internal directories.
Click to hide internal directories.