Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuyGoodsRequest ¶
type BuyGoodsRequest struct { UserId int64 GoodsId int32 BuyNum uint32 akasar.AutoMarshal }
func (*BuyGoodsRequest) AkasarMarshal ¶
func (x *BuyGoodsRequest) AkasarMarshal(enc *codegen.Serializer)
func (*BuyGoodsRequest) AkasarUnmarshal ¶
func (x *BuyGoodsRequest) AkasarUnmarshal(dec *codegen.Deserializer)
type UserInfo ¶
func (*UserInfo) AkasarMarshal ¶
func (x *UserInfo) AkasarMarshal(enc *codegen.Serializer)
func (*UserInfo) AkasarUnmarshal ¶
func (x *UserInfo) AkasarUnmarshal(dec *codegen.Deserializer)
type VipInfo ¶
type VipInfo struct { akasar.AutoMarshal VipLevel VipLevelType ExpireAt int64 }
func (*VipInfo) AkasarMarshal ¶
func (x *VipInfo) AkasarMarshal(enc *codegen.Serializer)
func (*VipInfo) AkasarUnmarshal ¶
func (x *VipInfo) AkasarUnmarshal(dec *codegen.Deserializer)
type VipLevelType ¶
type VipLevelType int32
const ( VipTypeNone VipLevelType = iota VipTypeBasic = iota )
Click to show internal directories.
Click to hide internal directories.