Versions in this module Expand all Collapse all v1 v1.9.5 Sep 5, 2023 v1.9.4 Jul 5, 2023 v1.9.3 May 8, 2023 v1.9.2 Dec 23, 2022 v1.9.1 Dec 23, 2022 v1.9.0 Aug 12, 2022 v1.8.12 Nov 6, 2021 v1.8.11 Aug 15, 2021 v1.8.10 May 8, 2021 v1.8.9 Feb 27, 2021 v1.8.8 Jan 17, 2021 Changes in this version type ChangePassword + func (event *ChangePassword) Unmarshal(data []byte) error type ShopGoods + func (shop *ShopGoods) Unmarshal(data []byte) error v1.8.7 Dec 19, 2020 v1.8.6 Nov 15, 2020 Changes in this version + type ChangePassword struct + ID int + NewPassword string + OldPassword string + UserID int + 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 struct + GoodsID int + GoodsName string + GoodsNum int + ID int + OrderNO string + UserID int + 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