Documentation
¶
Index ¶
Constants ¶
View Source
const (
// EventSell .
EventSell = "event-sell"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShopController ¶
ShopController .
func (*ShopController) GetBy ¶
func (s *ShopController) GetBy(id int) string
GetBy handles the GET: /shop/:id route.
type StoreController ¶
StoreController .
func (*StoreController) PostSellGoodsBy ¶
func (s *StoreController) PostSellGoodsBy(eventID string) error
PostSellGoodsBy The event method starts with Post, and the parameter is the event id.
Click to show internal directories.
Click to hide internal directories.