Documentation ¶
Index ¶
- type AppAddress
- type AppCart
- type AppCategory
- type AppGoods
- type AppMarket
- type AppOrder
- type AppUser
- type WebCategory
- type WebFeedback
- type WebFileUpload
- type WebGoods
- type WebMarket
- func (m *WebMarket) CreateMarket(context *gin.Context)
- func (m *WebMarket) DeleteMarket(context *gin.Context)
- func (m *WebMarket) GetMarketGoods(context *gin.Context)
- func (m *WebMarket) GetMarketList(context *gin.Context)
- func (m *WebMarket) UpdateMarket(context *gin.Context)
- func (m *WebMarket) UpdateMarketStatus(context *gin.Context)
- type WebOrder
- type WebStatistics
- type WebUser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppAddress ¶
type AppAddress struct {
service.AppAddressService
}
func GetAppAddress ¶
func GetAppAddress() *AppAddress
func (*AppAddress) DeleteAddress ¶
func (a *AppAddress) DeleteAddress(c *gin.Context)
func (*AppAddress) GetAddressInfo ¶
func (a *AppAddress) GetAddressInfo(c *gin.Context)
func (*AppAddress) GetAddressList ¶
func (a *AppAddress) GetAddressList(c *gin.Context)
func (*AppAddress) SaveAddress ¶
func (a *AppAddress) SaveAddress(c *gin.Context)
type AppCart ¶
type AppCart struct {
service.AppCartService
}
func GetAppCart ¶
func GetAppCart() *AppCart
func (*AppCart) DeleteCart ¶
func (*AppCart) GetCartInfo ¶
type AppCategory ¶
type AppCategory struct {
service.AppCategoryService
}
func GetAppCategory ¶
func GetAppCategory() *AppCategory
func (*AppCategory) GetCategoryOption ¶
func (c *AppCategory) GetCategoryOption(context *gin.Context)
type AppGoods ¶
type AppGoods struct {
service.AppGoodsService
}
func GetAppGoods ¶
func GetAppGoods() *AppGoods
func (*AppGoods) GetGoodsInfo ¶
func (*AppGoods) GetGoodsList ¶
func (*AppGoods) SearchGoods ¶
type AppMarket ¶
type AppMarket struct {
service.AppMarketService
}
func GetAppMarket ¶
func GetAppMarket() *AppMarket
func (*AppMarket) GetBanners ¶
type AppOrder ¶
type AppOrder struct {
service.AppOrderService
}
func GetAppOrder ¶
func GetAppOrder() *AppOrder
func (*AppOrder) GetOrderList ¶
func (*AppOrder) SubmitOrder ¶
func (*AppOrder) UpdateOrder ¶
type AppUser ¶
type AppUser struct {
service.AppUserService
}
func GetAppUser ¶
func GetAppUser() *AppUser
type WebCategory ¶
type WebCategory struct {
service.WebCategoryService
}
func GetWebCategory ¶
func GetWebCategory() *WebCategory
func (*WebCategory) CreateCategory ¶
func (c *WebCategory) CreateCategory(context *gin.Context)
func (*WebCategory) DeleteCategory ¶
func (c *WebCategory) DeleteCategory(context *gin.Context)
func (*WebCategory) GetCategoryList ¶
func (c *WebCategory) GetCategoryList(context *gin.Context)
func (*WebCategory) GetCategoryOption ¶
func (c *WebCategory) GetCategoryOption(context *gin.Context)
func (*WebCategory) UpdateCategory ¶
func (c *WebCategory) UpdateCategory(context *gin.Context)
type WebFeedback ¶
type WebFeedback struct {
service.WebFeedBackService
}
func GetWebFeedback ¶
func GetWebFeedback() *WebFeedback
func (*WebFeedback) SendFeedback ¶
func (f *WebFeedback) SendFeedback(context *gin.Context)
type WebFileUpload ¶
type WebFileUpload struct { }
func GetWebFileUpload ¶
func GetWebFileUpload() *WebFileUpload
type WebGoods ¶
type WebGoods struct {
service.WebGoodsService
}
func GetWebGoods ¶
func GetWebGoods() *WebGoods
func (*WebGoods) CreateGoods ¶
func (*WebGoods) DeleteGoods ¶
func (*WebGoods) GetGoodsList ¶
func (*WebGoods) UpdateGoods ¶
func (*WebGoods) UpdateGoodsStatus ¶
type WebMarket ¶
type WebMarket struct {
service.WebMarketService
}
func GetWebMarket ¶
func GetWebMarket() *WebMarket
func (*WebMarket) CreateMarket ¶
func (*WebMarket) DeleteMarket ¶
func (*WebMarket) GetMarketGoods ¶
func (*WebMarket) GetMarketList ¶
func (*WebMarket) UpdateMarket ¶
func (*WebMarket) UpdateMarketStatus ¶
type WebOrder ¶
type WebOrder struct {
service.WebOrderService
}
func GetWebOrder ¶
func GetWebOrder() *WebOrder
func (*WebOrder) DeleteOrder ¶
func (*WebOrder) GetOrderDetail ¶
GetOrderDetail 获取订单详情信息
func (*WebOrder) GetOrderList ¶
func (*WebOrder) UpdateOrder ¶
type WebStatistics ¶
type WebStatistics struct {
service.WebStatisticsService
}
func GetWebStatistics ¶
func GetWebStatistics() *WebStatistics
func (*WebStatistics) GetOrderData ¶
func (s *WebStatistics) GetOrderData(c *gin.Context)
func (*WebStatistics) GetShopData ¶
func (s *WebStatistics) GetShopData(c *gin.Context)
func (*WebStatistics) GetTodayData ¶
func (s *WebStatistics) GetTodayData(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.