Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddGoodsMsg ¶
type CartJson ¶
type CartJson struct { // []store Store []Store `json:"store"` }
CartJson DBSkuJson
func (*CartJson) GetRecentNStores ¶
GetRecentNStores 获得CartJson中前n个店铺
func (*CartJson) SortStoresByUpdatedAt ¶
func (cart *CartJson) SortStoresByUpdatedAt()
SortStoresByUpdatedAt 对CartJson进行降序排序(最近的时间在前)
Click to show internal directories.
Click to hide internal directories.