1506 lines
46 KiB
Go
1506 lines
46 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: items/items_msg.proto
|
|
|
|
package pb
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
//查询用户背包请求
|
|
type ItemsGetlistReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
IType int32 `protobuf:"varint,1,opt,name=IType,proto3" json:"IType"` //道具类型
|
|
}
|
|
|
|
func (x *ItemsGetlistReq) Reset() {
|
|
*x = ItemsGetlistReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsGetlistReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsGetlistReq) ProtoMessage() {}
|
|
|
|
func (x *ItemsGetlistReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[0]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsGetlistReq.ProtoReflect.Descriptor instead.
|
|
func (*ItemsGetlistReq) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *ItemsGetlistReq) GetIType() int32 {
|
|
if x != nil {
|
|
return x.IType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//查询用户背包请求 回应
|
|
type ItemsGetlistResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Grids []*DB_UserItemData `protobuf:"bytes,1,rep,name=Grids,proto3" json:"Grids"` //用户背包列表
|
|
}
|
|
|
|
func (x *ItemsGetlistResp) Reset() {
|
|
*x = ItemsGetlistResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsGetlistResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsGetlistResp) ProtoMessage() {}
|
|
|
|
func (x *ItemsGetlistResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[1]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsGetlistResp.ProtoReflect.Descriptor instead.
|
|
func (*ItemsGetlistResp) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *ItemsGetlistResp) GetGrids() []*DB_UserItemData {
|
|
if x != nil {
|
|
return x.Grids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//背包变化推送
|
|
type ItemsChangePush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Grids []*DB_UserItemData `protobuf:"bytes,1,rep,name=Grids,proto3" json:"Grids"` //变化数据
|
|
}
|
|
|
|
func (x *ItemsChangePush) Reset() {
|
|
*x = ItemsChangePush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsChangePush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsChangePush) ProtoMessage() {}
|
|
|
|
func (x *ItemsChangePush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[2]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsChangePush.ProtoReflect.Descriptor instead.
|
|
func (*ItemsChangePush) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *ItemsChangePush) GetGrids() []*DB_UserItemData {
|
|
if x != nil {
|
|
return x.Grids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//使用物品请求
|
|
type ItemsUseItemReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
GridId string `protobuf:"bytes,1,opt,name=GridId,proto3" json:"GridId"` //格子Id
|
|
Amount uint32 `protobuf:"varint,2,opt,name=Amount,proto3" json:"Amount"` //使用数量
|
|
Select int32 `protobuf:"varint,3,opt,name=Select,proto3" json:"Select"` //选择下标 (自选宝箱 填保险id,合成/分解 0合成 1分解)
|
|
}
|
|
|
|
func (x *ItemsUseItemReq) Reset() {
|
|
*x = ItemsUseItemReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsUseItemReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsUseItemReq) ProtoMessage() {}
|
|
|
|
func (x *ItemsUseItemReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[3]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsUseItemReq.ProtoReflect.Descriptor instead.
|
|
func (*ItemsUseItemReq) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *ItemsUseItemReq) GetGridId() string {
|
|
if x != nil {
|
|
return x.GridId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ItemsUseItemReq) GetAmount() uint32 {
|
|
if x != nil {
|
|
return x.Amount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ItemsUseItemReq) GetSelect() int32 {
|
|
if x != nil {
|
|
return x.Select
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//使用物品请求 回应
|
|
type ItemsUseItemResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
GridId string `protobuf:"bytes,1,opt,name=GridId,proto3" json:"GridId"` //格子Id
|
|
Amount uint32 `protobuf:"varint,2,opt,name=Amount,proto3" json:"Amount"` //使用数量
|
|
Issucc bool `protobuf:"varint,3,opt,name=issucc,proto3" json:"issucc"` //是否成功
|
|
}
|
|
|
|
func (x *ItemsUseItemResp) Reset() {
|
|
*x = ItemsUseItemResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsUseItemResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsUseItemResp) ProtoMessage() {}
|
|
|
|
func (x *ItemsUseItemResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[4]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsUseItemResp.ProtoReflect.Descriptor instead.
|
|
func (*ItemsUseItemResp) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *ItemsUseItemResp) GetGridId() string {
|
|
if x != nil {
|
|
return x.GridId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ItemsUseItemResp) GetAmount() uint32 {
|
|
if x != nil {
|
|
return x.Amount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ItemsUseItemResp) GetIssucc() bool {
|
|
if x != nil {
|
|
return x.Issucc
|
|
}
|
|
return false
|
|
}
|
|
|
|
//出售道具请求sailitem
|
|
type ItemsSellItemReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
GridId string `protobuf:"bytes,1,opt,name=GridId,proto3" json:"GridId"` //格子Id
|
|
ItemId string `protobuf:"bytes,2,opt,name=ItemId,proto3" json:"ItemId"` //物品Id
|
|
Amount uint32 `protobuf:"varint,3,opt,name=Amount,proto3" json:"Amount"` //使用数量
|
|
}
|
|
|
|
func (x *ItemsSellItemReq) Reset() {
|
|
*x = ItemsSellItemReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsSellItemReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsSellItemReq) ProtoMessage() {}
|
|
|
|
func (x *ItemsSellItemReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[5]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsSellItemReq.ProtoReflect.Descriptor instead.
|
|
func (*ItemsSellItemReq) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *ItemsSellItemReq) GetGridId() string {
|
|
if x != nil {
|
|
return x.GridId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ItemsSellItemReq) GetItemId() string {
|
|
if x != nil {
|
|
return x.ItemId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ItemsSellItemReq) GetAmount() uint32 {
|
|
if x != nil {
|
|
return x.Amount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//出售道具请求 回应
|
|
type ItemsSellItemResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
GridId string `protobuf:"bytes,1,opt,name=GridId,proto3" json:"GridId"` //格子Id
|
|
Amount uint32 `protobuf:"varint,2,opt,name=Amount,proto3" json:"Amount"` //使用数量
|
|
Issucc bool `protobuf:"varint,3,opt,name=issucc,proto3" json:"issucc"` //是否成功
|
|
}
|
|
|
|
func (x *ItemsSellItemResp) Reset() {
|
|
*x = ItemsSellItemResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsSellItemResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsSellItemResp) ProtoMessage() {}
|
|
|
|
func (x *ItemsSellItemResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[6]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsSellItemResp.ProtoReflect.Descriptor instead.
|
|
func (*ItemsSellItemResp) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *ItemsSellItemResp) GetGridId() string {
|
|
if x != nil {
|
|
return x.GridId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ItemsSellItemResp) GetAmount() uint32 {
|
|
if x != nil {
|
|
return x.Amount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ItemsSellItemResp) GetIssucc() bool {
|
|
if x != nil {
|
|
return x.Issucc
|
|
}
|
|
return false
|
|
}
|
|
|
|
//分解道具 请求
|
|
type ItemsDecomposeReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
GridId string `protobuf:"bytes,1,opt,name=GridId,proto3" json:"GridId"` //格子Id
|
|
ItemId string `protobuf:"bytes,2,opt,name=ItemId,proto3" json:"ItemId"` //物品Id
|
|
Amount uint32 `protobuf:"varint,3,opt,name=Amount,proto3" json:"Amount"` //使用数量
|
|
}
|
|
|
|
func (x *ItemsDecomposeReq) Reset() {
|
|
*x = ItemsDecomposeReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsDecomposeReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsDecomposeReq) ProtoMessage() {}
|
|
|
|
func (x *ItemsDecomposeReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[7]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsDecomposeReq.ProtoReflect.Descriptor instead.
|
|
func (*ItemsDecomposeReq) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *ItemsDecomposeReq) GetGridId() string {
|
|
if x != nil {
|
|
return x.GridId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ItemsDecomposeReq) GetItemId() string {
|
|
if x != nil {
|
|
return x.ItemId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ItemsDecomposeReq) GetAmount() uint32 {
|
|
if x != nil {
|
|
return x.Amount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//分解道具 请求回应
|
|
type ItemsDecomposeResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
GridId string `protobuf:"bytes,1,opt,name=GridId,proto3" json:"GridId"` //格子Id
|
|
Amount uint32 `protobuf:"varint,2,opt,name=Amount,proto3" json:"Amount"` //使用数量
|
|
Issucc bool `protobuf:"varint,3,opt,name=issucc,proto3" json:"issucc"` //是否成功
|
|
}
|
|
|
|
func (x *ItemsDecomposeResp) Reset() {
|
|
*x = ItemsDecomposeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsDecomposeResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsDecomposeResp) ProtoMessage() {}
|
|
|
|
func (x *ItemsDecomposeResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[8]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsDecomposeResp.ProtoReflect.Descriptor instead.
|
|
func (*ItemsDecomposeResp) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *ItemsDecomposeResp) GetGridId() string {
|
|
if x != nil {
|
|
return x.GridId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ItemsDecomposeResp) GetAmount() uint32 {
|
|
if x != nil {
|
|
return x.Amount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ItemsDecomposeResp) GetIssucc() bool {
|
|
if x != nil {
|
|
return x.Issucc
|
|
}
|
|
return false
|
|
}
|
|
|
|
//购买体力
|
|
type ItemsBuyPhysicalReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Amount uint32 `protobuf:"varint,2,opt,name=Amount,proto3" json:"Amount"` //购买数量
|
|
}
|
|
|
|
func (x *ItemsBuyPhysicalReq) Reset() {
|
|
*x = ItemsBuyPhysicalReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsBuyPhysicalReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsBuyPhysicalReq) ProtoMessage() {}
|
|
|
|
func (x *ItemsBuyPhysicalReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[9]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsBuyPhysicalReq.ProtoReflect.Descriptor instead.
|
|
func (*ItemsBuyPhysicalReq) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *ItemsBuyPhysicalReq) GetAmount() uint32 {
|
|
if x != nil {
|
|
return x.Amount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//购买体力
|
|
type ItemsBuyPhysicalResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Issucc bool `protobuf:"varint,1,opt,name=issucc,proto3" json:"issucc"` //是否成功
|
|
PhysicalBuyNum int32 `protobuf:"varint,2,opt,name=PhysicalBuyNum,proto3" json:"PhysicalBuyNum"` //体力购买次数
|
|
Asets []*UserAssets `protobuf:"bytes,3,rep,name=asets,proto3" json:"asets"` //获取资源
|
|
}
|
|
|
|
func (x *ItemsBuyPhysicalResp) Reset() {
|
|
*x = ItemsBuyPhysicalResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsBuyPhysicalResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsBuyPhysicalResp) ProtoMessage() {}
|
|
|
|
func (x *ItemsBuyPhysicalResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[10]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsBuyPhysicalResp.ProtoReflect.Descriptor instead.
|
|
func (*ItemsBuyPhysicalResp) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *ItemsBuyPhysicalResp) GetIssucc() bool {
|
|
if x != nil {
|
|
return x.Issucc
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ItemsBuyPhysicalResp) GetPhysicalBuyNum() int32 {
|
|
if x != nil {
|
|
return x.PhysicalBuyNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ItemsBuyPhysicalResp) GetAsets() []*UserAssets {
|
|
if x != nil {
|
|
return x.Asets
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//批量出售接口
|
|
type ItemsSellinbulkReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Grids []string `protobuf:"bytes,1,rep,name=grids,proto3" json:"grids"` //格子Id
|
|
Amount []uint32 `protobuf:"varint,2,rep,packed,name=amount,proto3" json:"amount"` //出售数量
|
|
}
|
|
|
|
func (x *ItemsSellinbulkReq) Reset() {
|
|
*x = ItemsSellinbulkReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsSellinbulkReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsSellinbulkReq) ProtoMessage() {}
|
|
|
|
func (x *ItemsSellinbulkReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[11]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsSellinbulkReq.ProtoReflect.Descriptor instead.
|
|
func (*ItemsSellinbulkReq) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (x *ItemsSellinbulkReq) GetGrids() []string {
|
|
if x != nil {
|
|
return x.Grids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ItemsSellinbulkReq) GetAmount() []uint32 {
|
|
if x != nil {
|
|
return x.Amount
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//批量出售接口
|
|
type ItemsSellinbulkResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Grids []string `protobuf:"bytes,1,rep,name=grids,proto3" json:"grids"` //格子Id
|
|
Amount []uint32 `protobuf:"varint,2,rep,packed,name=amount,proto3" json:"amount"` //出售数量
|
|
Issucc []bool `protobuf:"varint,3,rep,packed,name=issucc,proto3" json:"issucc"` //是否成功
|
|
}
|
|
|
|
func (x *ItemsSellinbulkResp) Reset() {
|
|
*x = ItemsSellinbulkResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsSellinbulkResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsSellinbulkResp) ProtoMessage() {}
|
|
|
|
func (x *ItemsSellinbulkResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[12]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsSellinbulkResp.ProtoReflect.Descriptor instead.
|
|
func (*ItemsSellinbulkResp) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *ItemsSellinbulkResp) GetGrids() []string {
|
|
if x != nil {
|
|
return x.Grids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ItemsSellinbulkResp) GetAmount() []uint32 {
|
|
if x != nil {
|
|
return x.Amount
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ItemsSellinbulkResp) GetIssucc() []bool {
|
|
if x != nil {
|
|
return x.Issucc
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//购买统一入场门票请求
|
|
type ItemsBuyUnifiedTicketReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
BuyNum int32 `protobuf:"varint,1,opt,name=BuyNum,proto3" json:"BuyNum"`
|
|
}
|
|
|
|
func (x *ItemsBuyUnifiedTicketReq) Reset() {
|
|
*x = ItemsBuyUnifiedTicketReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsBuyUnifiedTicketReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsBuyUnifiedTicketReq) ProtoMessage() {}
|
|
|
|
func (x *ItemsBuyUnifiedTicketReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[13]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsBuyUnifiedTicketReq.ProtoReflect.Descriptor instead.
|
|
func (*ItemsBuyUnifiedTicketReq) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *ItemsBuyUnifiedTicketReq) GetBuyNum() int32 {
|
|
if x != nil {
|
|
return x.BuyNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//购买统一入场门票请求回应
|
|
type ItemsBuyUnifiedTicketResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Issucc bool `protobuf:"varint,1,opt,name=issucc,proto3" json:"issucc"`
|
|
Buyunifiedticket int32 `protobuf:"varint,2,opt,name=buyunifiedticket,proto3" json:"buyunifiedticket"` //购买统一入场门票次数
|
|
Recovertimeunifiedticket int64 `protobuf:"varint,3,opt,name=recovertimeunifiedticket,proto3" json:"recovertimeunifiedticket"` //同意门票恢复时间
|
|
}
|
|
|
|
func (x *ItemsBuyUnifiedTicketResp) Reset() {
|
|
*x = ItemsBuyUnifiedTicketResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsBuyUnifiedTicketResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsBuyUnifiedTicketResp) ProtoMessage() {}
|
|
|
|
func (x *ItemsBuyUnifiedTicketResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[14]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsBuyUnifiedTicketResp.ProtoReflect.Descriptor instead.
|
|
func (*ItemsBuyUnifiedTicketResp) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *ItemsBuyUnifiedTicketResp) GetIssucc() bool {
|
|
if x != nil {
|
|
return x.Issucc
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ItemsBuyUnifiedTicketResp) GetBuyunifiedticket() int32 {
|
|
if x != nil {
|
|
return x.Buyunifiedticket
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ItemsBuyUnifiedTicketResp) GetRecovertimeunifiedticket() int64 {
|
|
if x != nil {
|
|
return x.Recovertimeunifiedticket
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//刷新统一入场卷
|
|
type ItemsRefreshUnifiedTicketReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *ItemsRefreshUnifiedTicketReq) Reset() {
|
|
*x = ItemsRefreshUnifiedTicketReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsRefreshUnifiedTicketReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsRefreshUnifiedTicketReq) ProtoMessage() {}
|
|
|
|
func (x *ItemsRefreshUnifiedTicketReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[15]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsRefreshUnifiedTicketReq.ProtoReflect.Descriptor instead.
|
|
func (*ItemsRefreshUnifiedTicketReq) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
type ItemsRefreshUnifiedTicketResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *ItemsRefreshUnifiedTicketResp) Reset() {
|
|
*x = ItemsRefreshUnifiedTicketResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsRefreshUnifiedTicketResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsRefreshUnifiedTicketResp) ProtoMessage() {}
|
|
|
|
func (x *ItemsRefreshUnifiedTicketResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[16]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsRefreshUnifiedTicketResp.ProtoReflect.Descriptor instead.
|
|
func (*ItemsRefreshUnifiedTicketResp) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
//魔药合成请求
|
|
type ItemsPotionSynthesisReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` //配方id
|
|
Succnum int32 `protobuf:"varint,2,opt,name=succnum,proto3" json:"succnum"` //成功数量
|
|
Num int32 `protobuf:"varint,3,opt,name=num,proto3" json:"num"` //炼制数量
|
|
}
|
|
|
|
func (x *ItemsPotionSynthesisReq) Reset() {
|
|
*x = ItemsPotionSynthesisReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsPotionSynthesisReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsPotionSynthesisReq) ProtoMessage() {}
|
|
|
|
func (x *ItemsPotionSynthesisReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[17]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsPotionSynthesisReq.ProtoReflect.Descriptor instead.
|
|
func (*ItemsPotionSynthesisReq) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
func (x *ItemsPotionSynthesisReq) GetId() int32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ItemsPotionSynthesisReq) GetSuccnum() int32 {
|
|
if x != nil {
|
|
return x.Succnum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ItemsPotionSynthesisReq) GetNum() int32 {
|
|
if x != nil {
|
|
return x.Num
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//魔药合成请求 回应
|
|
type ItemsPotionSynthesisResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Succ bool `protobuf:"varint,1,opt,name=succ,proto3" json:"succ"`
|
|
Id int32 `protobuf:"varint,2,opt,name=id,proto3" json:"id"` //配方id
|
|
Num int32 `protobuf:"varint,3,opt,name=num,proto3" json:"num"` //炼制数量
|
|
}
|
|
|
|
func (x *ItemsPotionSynthesisResp) Reset() {
|
|
*x = ItemsPotionSynthesisResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_items_items_msg_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ItemsPotionSynthesisResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ItemsPotionSynthesisResp) ProtoMessage() {}
|
|
|
|
func (x *ItemsPotionSynthesisResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_items_items_msg_proto_msgTypes[18]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ItemsPotionSynthesisResp.ProtoReflect.Descriptor instead.
|
|
func (*ItemsPotionSynthesisResp) Descriptor() ([]byte, []int) {
|
|
return file_items_items_msg_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *ItemsPotionSynthesisResp) GetSucc() bool {
|
|
if x != nil {
|
|
return x.Succ
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ItemsPotionSynthesisResp) GetId() int32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ItemsPotionSynthesisResp) GetNum() int32 {
|
|
if x != nil {
|
|
return x.Num
|
|
}
|
|
return 0
|
|
}
|
|
|
|
var File_items_items_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_items_items_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x15, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2f, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x5f, 0x6d, 0x73,
|
|
0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x14, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x2f, 0x69,
|
|
0x74, 0x65, 0x6d, 0x73, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63,
|
|
0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x27, 0x0a, 0x0f, 0x49, 0x74, 0x65,
|
|
0x6d, 0x73, 0x47, 0x65, 0x74, 0x6c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05,
|
|
0x49, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x49, 0x54, 0x79,
|
|
0x70, 0x65, 0x22, 0x3a, 0x0a, 0x10, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x47, 0x65, 0x74, 0x6c, 0x69,
|
|
0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x26, 0x0a, 0x05, 0x47, 0x72, 0x69, 0x64, 0x73, 0x18,
|
|
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x44, 0x42, 0x5f, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
0x74, 0x65, 0x6d, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x47, 0x72, 0x69, 0x64, 0x73, 0x22, 0x39,
|
|
0x0a, 0x0f, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x50, 0x75, 0x73,
|
|
0x68, 0x12, 0x26, 0x0a, 0x05, 0x47, 0x72, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
|
|
0x32, 0x10, 0x2e, 0x44, 0x42, 0x5f, 0x55, 0x73, 0x65, 0x72, 0x49, 0x74, 0x65, 0x6d, 0x44, 0x61,
|
|
0x74, 0x61, 0x52, 0x05, 0x47, 0x72, 0x69, 0x64, 0x73, 0x22, 0x59, 0x0a, 0x0f, 0x49, 0x74, 0x65,
|
|
0x6d, 0x73, 0x55, 0x73, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06,
|
|
0x47, 0x72, 0x69, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x47, 0x72,
|
|
0x69, 0x64, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06,
|
|
0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x65,
|
|
0x6c, 0x65, 0x63, 0x74, 0x22, 0x5a, 0x0a, 0x10, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x55, 0x73, 0x65,
|
|
0x49, 0x74, 0x65, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x47, 0x72, 0x69, 0x64,
|
|
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x47, 0x72, 0x69, 0x64, 0x49, 0x64,
|
|
0x12, 0x16, 0x0a, 0x06, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d,
|
|
0x52, 0x06, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x73, 0x75,
|
|
0x63, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x73, 0x75, 0x63, 0x63,
|
|
0x22, 0x5a, 0x0a, 0x10, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x53, 0x65, 0x6c, 0x6c, 0x49, 0x74, 0x65,
|
|
0x6d, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x47, 0x72, 0x69, 0x64, 0x49, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x47, 0x72, 0x69, 0x64, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
|
|
0x49, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x49, 0x74,
|
|
0x65, 0x6d, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03,
|
|
0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x5b, 0x0a, 0x11,
|
|
0x49, 0x74, 0x65, 0x6d, 0x73, 0x53, 0x65, 0x6c, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x65, 0x73,
|
|
0x70, 0x12, 0x16, 0x0a, 0x06, 0x47, 0x72, 0x69, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x06, 0x47, 0x72, 0x69, 0x64, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x41, 0x6d, 0x6f,
|
|
0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x41, 0x6d, 0x6f, 0x75, 0x6e,
|
|
0x74, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x73, 0x75, 0x63, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
0x08, 0x52, 0x06, 0x69, 0x73, 0x73, 0x75, 0x63, 0x63, 0x22, 0x5b, 0x0a, 0x11, 0x49, 0x74, 0x65,
|
|
0x6d, 0x73, 0x44, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x52, 0x65, 0x71, 0x12, 0x16,
|
|
0x0a, 0x06, 0x47, 0x72, 0x69, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
0x47, 0x72, 0x69, 0x64, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x49, 0x74, 0x65, 0x6d, 0x49, 0x64,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x49, 0x74, 0x65, 0x6d, 0x49, 0x64, 0x12, 0x16,
|
|
0x0a, 0x06, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06,
|
|
0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x5c, 0x0a, 0x12, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x44,
|
|
0x65, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06,
|
|
0x47, 0x72, 0x69, 0x64, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x47, 0x72,
|
|
0x69, 0x64, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06,
|
|
0x69, 0x73, 0x73, 0x75, 0x63, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73,
|
|
0x73, 0x75, 0x63, 0x63, 0x22, 0x2d, 0x0a, 0x13, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x42, 0x75, 0x79,
|
|
0x50, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x41,
|
|
0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x41, 0x6d, 0x6f,
|
|
0x75, 0x6e, 0x74, 0x22, 0x79, 0x0a, 0x14, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x42, 0x75, 0x79, 0x50,
|
|
0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x69,
|
|
0x73, 0x73, 0x75, 0x63, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x73,
|
|
0x75, 0x63, 0x63, 0x12, 0x26, 0x0a, 0x0e, 0x50, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x42,
|
|
0x75, 0x79, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x50, 0x68, 0x79,
|
|
0x73, 0x69, 0x63, 0x61, 0x6c, 0x42, 0x75, 0x79, 0x4e, 0x75, 0x6d, 0x12, 0x21, 0x0a, 0x05, 0x61,
|
|
0x73, 0x65, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x55, 0x73, 0x65,
|
|
0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x52, 0x05, 0x61, 0x73, 0x65, 0x74, 0x73, 0x22, 0x42,
|
|
0x0a, 0x12, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x53, 0x65, 0x6c, 0x6c, 0x69, 0x6e, 0x62, 0x75, 0x6c,
|
|
0x6b, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20,
|
|
0x03, 0x28, 0x09, 0x52, 0x05, 0x67, 0x72, 0x69, 0x64, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x6d,
|
|
0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75,
|
|
0x6e, 0x74, 0x22, 0x5b, 0x0a, 0x13, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x53, 0x65, 0x6c, 0x6c, 0x69,
|
|
0x6e, 0x62, 0x75, 0x6c, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x69,
|
|
0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x67, 0x72, 0x69, 0x64, 0x73, 0x12,
|
|
0x16, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0d, 0x52,
|
|
0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x73, 0x75, 0x63,
|
|
0x63, 0x18, 0x03, 0x20, 0x03, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x73, 0x75, 0x63, 0x63, 0x22,
|
|
0x32, 0x0a, 0x18, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x42, 0x75, 0x79, 0x55, 0x6e, 0x69, 0x66, 0x69,
|
|
0x65, 0x64, 0x54, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x42,
|
|
0x75, 0x79, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x42, 0x75, 0x79,
|
|
0x4e, 0x75, 0x6d, 0x22, 0x9b, 0x01, 0x0a, 0x19, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x42, 0x75, 0x79,
|
|
0x55, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x54, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x52, 0x65, 0x73,
|
|
0x70, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x73, 0x75, 0x63, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x08, 0x52, 0x06, 0x69, 0x73, 0x73, 0x75, 0x63, 0x63, 0x12, 0x2a, 0x0a, 0x10, 0x62, 0x75, 0x79,
|
|
0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x10, 0x62, 0x75, 0x79, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x74,
|
|
0x69, 0x63, 0x6b, 0x65, 0x74, 0x12, 0x3a, 0x0a, 0x18, 0x72, 0x65, 0x63, 0x6f, 0x76, 0x65, 0x72,
|
|
0x74, 0x69, 0x6d, 0x65, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x74, 0x69, 0x63, 0x6b, 0x65,
|
|
0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x18, 0x72, 0x65, 0x63, 0x6f, 0x76, 0x65, 0x72,
|
|
0x74, 0x69, 0x6d, 0x65, 0x75, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x74, 0x69, 0x63, 0x6b, 0x65,
|
|
0x74, 0x22, 0x1e, 0x0a, 0x1c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73,
|
|
0x68, 0x55, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x54, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x52, 0x65,
|
|
0x71, 0x22, 0x1f, 0x0a, 0x1d, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73,
|
|
0x68, 0x55, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x54, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x52, 0x65,
|
|
0x73, 0x70, 0x22, 0x55, 0x0a, 0x17, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x50, 0x6f, 0x74, 0x69, 0x6f,
|
|
0x6e, 0x53, 0x79, 0x6e, 0x74, 0x68, 0x65, 0x73, 0x69, 0x73, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a,
|
|
0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a,
|
|
0x07, 0x73, 0x75, 0x63, 0x63, 0x6e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07,
|
|
0x73, 0x75, 0x63, 0x63, 0x6e, 0x75, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x03,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x22, 0x50, 0x0a, 0x18, 0x49, 0x74, 0x65,
|
|
0x6d, 0x73, 0x50, 0x6f, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x79, 0x6e, 0x74, 0x68, 0x65, 0x73, 0x69,
|
|
0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x75, 0x63, 0x63, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x08, 0x52, 0x04, 0x73, 0x75, 0x63, 0x63, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d,
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x42, 0x06, 0x5a, 0x04, 0x2e,
|
|
0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_items_items_msg_proto_rawDescOnce sync.Once
|
|
file_items_items_msg_proto_rawDescData = file_items_items_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_items_items_msg_proto_rawDescGZIP() []byte {
|
|
file_items_items_msg_proto_rawDescOnce.Do(func() {
|
|
file_items_items_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_items_items_msg_proto_rawDescData)
|
|
})
|
|
return file_items_items_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_items_items_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 19)
|
|
var file_items_items_msg_proto_goTypes = []interface{}{
|
|
(*ItemsGetlistReq)(nil), // 0: ItemsGetlistReq
|
|
(*ItemsGetlistResp)(nil), // 1: ItemsGetlistResp
|
|
(*ItemsChangePush)(nil), // 2: ItemsChangePush
|
|
(*ItemsUseItemReq)(nil), // 3: ItemsUseItemReq
|
|
(*ItemsUseItemResp)(nil), // 4: ItemsUseItemResp
|
|
(*ItemsSellItemReq)(nil), // 5: ItemsSellItemReq
|
|
(*ItemsSellItemResp)(nil), // 6: ItemsSellItemResp
|
|
(*ItemsDecomposeReq)(nil), // 7: ItemsDecomposeReq
|
|
(*ItemsDecomposeResp)(nil), // 8: ItemsDecomposeResp
|
|
(*ItemsBuyPhysicalReq)(nil), // 9: ItemsBuyPhysicalReq
|
|
(*ItemsBuyPhysicalResp)(nil), // 10: ItemsBuyPhysicalResp
|
|
(*ItemsSellinbulkReq)(nil), // 11: ItemsSellinbulkReq
|
|
(*ItemsSellinbulkResp)(nil), // 12: ItemsSellinbulkResp
|
|
(*ItemsBuyUnifiedTicketReq)(nil), // 13: ItemsBuyUnifiedTicketReq
|
|
(*ItemsBuyUnifiedTicketResp)(nil), // 14: ItemsBuyUnifiedTicketResp
|
|
(*ItemsRefreshUnifiedTicketReq)(nil), // 15: ItemsRefreshUnifiedTicketReq
|
|
(*ItemsRefreshUnifiedTicketResp)(nil), // 16: ItemsRefreshUnifiedTicketResp
|
|
(*ItemsPotionSynthesisReq)(nil), // 17: ItemsPotionSynthesisReq
|
|
(*ItemsPotionSynthesisResp)(nil), // 18: ItemsPotionSynthesisResp
|
|
(*DB_UserItemData)(nil), // 19: DB_UserItemData
|
|
(*UserAssets)(nil), // 20: UserAssets
|
|
}
|
|
var file_items_items_msg_proto_depIdxs = []int32{
|
|
19, // 0: ItemsGetlistResp.Grids:type_name -> DB_UserItemData
|
|
19, // 1: ItemsChangePush.Grids:type_name -> DB_UserItemData
|
|
20, // 2: ItemsBuyPhysicalResp.asets:type_name -> UserAssets
|
|
3, // [3:3] is the sub-list for method output_type
|
|
3, // [3:3] is the sub-list for method input_type
|
|
3, // [3:3] is the sub-list for extension type_name
|
|
3, // [3:3] is the sub-list for extension extendee
|
|
0, // [0:3] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_items_items_msg_proto_init() }
|
|
func file_items_items_msg_proto_init() {
|
|
if File_items_items_msg_proto != nil {
|
|
return
|
|
}
|
|
file_items_items_db_proto_init()
|
|
file_comm_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_items_items_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsGetlistReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsGetlistResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsChangePush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsUseItemReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsUseItemResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsSellItemReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsSellItemResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsDecomposeReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsDecomposeResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsBuyPhysicalReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsBuyPhysicalResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsSellinbulkReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsSellinbulkResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsBuyUnifiedTicketReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsBuyUnifiedTicketResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsRefreshUnifiedTicketReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsRefreshUnifiedTicketResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsPotionSynthesisReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_items_items_msg_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ItemsPotionSynthesisResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_items_items_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 19,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_items_items_msg_proto_goTypes,
|
|
DependencyIndexes: file_items_items_msg_proto_depIdxs,
|
|
MessageInfos: file_items_items_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_items_items_msg_proto = out.File
|
|
file_items_items_msg_proto_rawDesc = nil
|
|
file_items_items_msg_proto_goTypes = nil
|
|
file_items_items_msg_proto_depIdxs = nil
|
|
}
|