Documentation ¶
Index ¶
- type ChangePassword
- func (password *ChangePassword) GetPrototypes() map[string]interface{}
- func (password *ChangePassword) Identity() interface{}
- func (password *ChangePassword) Marshal() []byte
- func (password *ChangePassword) SetIdentity(identity interface{})
- func (password *ChangePassword) SetPrototypes(prototypes map[string]interface{})
- func (password *ChangePassword) Topic() string
- 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 ChangePassword ¶
type ChangePassword struct { ID int `json:"id"` UserID int `json:"userID"` NewPassword string `json:"newPassword"` OldPassword string `json:"oldPassword"` // contains filtered or unexported fields }
ChangePassword 修改密码事件
func (*ChangePassword) GetPrototypes ¶
func (password *ChangePassword) GetPrototypes() map[string]interface{}
GetPrototypes .
func (*ChangePassword) SetIdentity ¶
func (password *ChangePassword) SetIdentity(identity interface{})
SetIdentity .
func (*ChangePassword) SetPrototypes ¶
func (password *ChangePassword) SetPrototypes(prototypes map[string]interface{})
SetPrototypes .
type ShopGoods ¶
type ShopGoods struct { ID int `json:"id"` UserID int `json:"userID"` OrderNO string `json:"orderNO"` 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.