Documentation ¶
Index ¶
Constants ¶
View Source
const (
EventSell = "event-sell"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShopController ¶
func (*ShopController) GetBy ¶
func (s *ShopController) GetBy(id int) string
Get handles the GET: /shop/:id route.
type StoreController ¶
func (*StoreController) PostSellGoodsBy ¶
func (s *StoreController) PostSellGoodsBy(eventID string) error
PostSellGoodsBy 事件方法为 Post开头, 参数是事件id
Click to show internal directories.
Click to hide internal directories.