Documentation
¶
Index ¶
- type ShopGoods
- func (shop *ShopGoods) GetPrototypes() map[string]interface{}
- func (shop *ShopGoods) Identity() interface{}
- func (shop *ShopGoods) Marshal() []byte
- func (shop *ShopGoods) SetIdentity(identity interface{})
- func (shop *ShopGoods) SetPrototypes(prototypes map[string]interface{})
- func (shop *ShopGoods) Topic() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShopGoods ¶
type ShopGoods struct {
ID int `json:"id"`
UserID int `json:"userID"`
GoodsID int `json:"goodsID"`
GoodsNum int `json:"goodsNum"`
GoodsName string `json:"goodsName"`
// contains filtered or unexported fields
}
ShopGoods 购买事件
func (*ShopGoods) GetPrototypes ¶
GetPrototypes .
func (*ShopGoods) SetIdentity ¶
func (shop *ShopGoods) SetIdentity(identity interface{})
SetIdentity .
func (*ShopGoods) SetPrototypes ¶
SetPrototypes .
Click to show internal directories.
Click to hide internal directories.