// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: exclusive/exclusive_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 ExclusiveGetListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *ExclusiveGetListReq) Reset() { *x = ExclusiveGetListReq{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveGetListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveGetListReq) ProtoMessage() {} func (x *ExclusiveGetListReq) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveGetListReq.ProtoReflect.Descriptor instead. func (*ExclusiveGetListReq) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{0} } //获取专武装备列表请求 回应 type ExclusiveGetListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Exclusives []*DB_Exclusive `protobuf:"bytes,1,rep,name=Exclusives,proto3" json:"Exclusives"` //专武装备列表 } func (x *ExclusiveGetListResp) Reset() { *x = ExclusiveGetListResp{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveGetListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveGetListResp) ProtoMessage() {} func (x *ExclusiveGetListResp) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveGetListResp.ProtoReflect.Descriptor instead. func (*ExclusiveGetListResp) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{1} } func (x *ExclusiveGetListResp) GetExclusives() []*DB_Exclusive { if x != nil { return x.Exclusives } return nil } // 加经验 type ExclusiveAddExpReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid"` Items map[string]int32 `protobuf:"bytes,2,rep,name=items,proto3" json:"items" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` } func (x *ExclusiveAddExpReq) Reset() { *x = ExclusiveAddExpReq{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveAddExpReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveAddExpReq) ProtoMessage() {} func (x *ExclusiveAddExpReq) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveAddExpReq.ProtoReflect.Descriptor instead. func (*ExclusiveAddExpReq) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{2} } func (x *ExclusiveAddExpReq) GetOid() string { if x != nil { return x.Oid } return "" } func (x *ExclusiveAddExpReq) GetItems() map[string]int32 { if x != nil { return x.Items } return nil } type ExclusiveAddExpResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Exclusives *DB_Exclusive `protobuf:"bytes,1,opt,name=Exclusives,proto3" json:"Exclusives"` } func (x *ExclusiveAddExpResp) Reset() { *x = ExclusiveAddExpResp{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveAddExpResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveAddExpResp) ProtoMessage() {} func (x *ExclusiveAddExpResp) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveAddExpResp.ProtoReflect.Descriptor instead. func (*ExclusiveAddExpResp) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{3} } func (x *ExclusiveAddExpResp) GetExclusives() *DB_Exclusive { if x != nil { return x.Exclusives } return nil } // 升级 type ExclusiveUpgradeReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid"` } func (x *ExclusiveUpgradeReq) Reset() { *x = ExclusiveUpgradeReq{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveUpgradeReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveUpgradeReq) ProtoMessage() {} func (x *ExclusiveUpgradeReq) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveUpgradeReq.ProtoReflect.Descriptor instead. func (*ExclusiveUpgradeReq) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{4} } func (x *ExclusiveUpgradeReq) GetOid() string { if x != nil { return x.Oid } return "" } type ExclusiveUpgradeResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Exclusives *DB_Exclusive `protobuf:"bytes,1,opt,name=Exclusives,proto3" json:"Exclusives"` } func (x *ExclusiveUpgradeResp) Reset() { *x = ExclusiveUpgradeResp{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveUpgradeResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveUpgradeResp) ProtoMessage() {} func (x *ExclusiveUpgradeResp) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveUpgradeResp.ProtoReflect.Descriptor instead. func (*ExclusiveUpgradeResp) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{5} } func (x *ExclusiveUpgradeResp) GetExclusives() *DB_Exclusive { if x != nil { return x.Exclusives } return nil } // 升星 type ExclusiveStarUpReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid"` Eatid []string `protobuf:"bytes,2,rep,name=eatid,proto3" json:"eatid"` } func (x *ExclusiveStarUpReq) Reset() { *x = ExclusiveStarUpReq{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveStarUpReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveStarUpReq) ProtoMessage() {} func (x *ExclusiveStarUpReq) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveStarUpReq.ProtoReflect.Descriptor instead. func (*ExclusiveStarUpReq) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{6} } func (x *ExclusiveStarUpReq) GetOid() string { if x != nil { return x.Oid } return "" } func (x *ExclusiveStarUpReq) GetEatid() []string { if x != nil { return x.Eatid } return nil } type ExclusiveStarUpResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Exclusives *DB_Exclusive `protobuf:"bytes,1,opt,name=Exclusives,proto3" json:"Exclusives"` } func (x *ExclusiveStarUpResp) Reset() { *x = ExclusiveStarUpResp{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveStarUpResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveStarUpResp) ProtoMessage() {} func (x *ExclusiveStarUpResp) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveStarUpResp.ProtoReflect.Descriptor instead. func (*ExclusiveStarUpResp) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{7} } func (x *ExclusiveStarUpResp) GetExclusives() *DB_Exclusive { if x != nil { return x.Exclusives } return nil } // 升阶级 type ExclusiveRankUpReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid"` } func (x *ExclusiveRankUpReq) Reset() { *x = ExclusiveRankUpReq{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveRankUpReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveRankUpReq) ProtoMessage() {} func (x *ExclusiveRankUpReq) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveRankUpReq.ProtoReflect.Descriptor instead. func (*ExclusiveRankUpReq) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{8} } func (x *ExclusiveRankUpReq) GetOid() string { if x != nil { return x.Oid } return "" } type ExclusiveRankUpResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Exclusives *DB_Exclusive `protobuf:"bytes,1,opt,name=Exclusives,proto3" json:"Exclusives"` } func (x *ExclusiveRankUpResp) Reset() { *x = ExclusiveRankUpResp{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveRankUpResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveRankUpResp) ProtoMessage() {} func (x *ExclusiveRankUpResp) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveRankUpResp.ProtoReflect.Descriptor instead. func (*ExclusiveRankUpResp) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{9} } func (x *ExclusiveRankUpResp) GetExclusives() *DB_Exclusive { if x != nil { return x.Exclusives } return nil } type ExclusiveWearReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid"` Heroid string `protobuf:"bytes,2,opt,name=heroid,proto3" json:"heroid"` } func (x *ExclusiveWearReq) Reset() { *x = ExclusiveWearReq{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveWearReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveWearReq) ProtoMessage() {} func (x *ExclusiveWearReq) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveWearReq.ProtoReflect.Descriptor instead. func (*ExclusiveWearReq) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{10} } func (x *ExclusiveWearReq) GetOid() string { if x != nil { return x.Oid } return "" } func (x *ExclusiveWearReq) GetHeroid() string { if x != nil { return x.Heroid } return "" } type ExclusiveWearResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Exclusives *DB_Exclusive `protobuf:"bytes,1,opt,name=Exclusives,proto3" json:"Exclusives"` } func (x *ExclusiveWearResp) Reset() { *x = ExclusiveWearResp{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveWearResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveWearResp) ProtoMessage() {} func (x *ExclusiveWearResp) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveWearResp.ProtoReflect.Descriptor instead. func (*ExclusiveWearResp) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{11} } func (x *ExclusiveWearResp) GetExclusives() *DB_Exclusive { if x != nil { return x.Exclusives } return nil } //出售 type ExclusiveSellReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid"` } func (x *ExclusiveSellReq) Reset() { *x = ExclusiveSellReq{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveSellReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveSellReq) ProtoMessage() {} func (x *ExclusiveSellReq) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveSellReq.ProtoReflect.Descriptor instead. func (*ExclusiveSellReq) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{12} } func (x *ExclusiveSellReq) GetOid() string { if x != nil { return x.Oid } return "" } type ExclusiveSellResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Reward []*UserAtno `protobuf:"bytes,1,rep,name=reward,proto3" json:"reward"` } func (x *ExclusiveSellResp) Reset() { *x = ExclusiveSellResp{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveSellResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveSellResp) ProtoMessage() {} func (x *ExclusiveSellResp) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveSellResp.ProtoReflect.Descriptor instead. func (*ExclusiveSellResp) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{13} } func (x *ExclusiveSellResp) GetReward() []*UserAtno { if x != nil { return x.Reward } return nil } //锁定 type ExclusiveLockReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid"` Islock bool `protobuf:"varint,2,opt,name=islock,proto3" json:"islock"` } func (x *ExclusiveLockReq) Reset() { *x = ExclusiveLockReq{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveLockReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveLockReq) ProtoMessage() {} func (x *ExclusiveLockReq) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveLockReq.ProtoReflect.Descriptor instead. func (*ExclusiveLockReq) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{14} } func (x *ExclusiveLockReq) GetOid() string { if x != nil { return x.Oid } return "" } func (x *ExclusiveLockReq) GetIslock() bool { if x != nil { return x.Islock } return false } //锁定回应 type ExclusiveLockResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid"` Islock bool `protobuf:"varint,2,opt,name=islock,proto3" json:"islock"` } func (x *ExclusiveLockResp) Reset() { *x = ExclusiveLockResp{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveLockResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveLockResp) ProtoMessage() {} func (x *ExclusiveLockResp) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveLockResp.ProtoReflect.Descriptor instead. func (*ExclusiveLockResp) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{15} } func (x *ExclusiveLockResp) GetOid() string { if x != nil { return x.Oid } return "" } func (x *ExclusiveLockResp) GetIslock() bool { if x != nil { return x.Islock } return false } //推送装备背包变化 type ExclusiveChangePush struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Exclusives []*DB_Exclusive `protobuf:"bytes,1,rep,name=Exclusives,proto3" json:"Exclusives"` //装备列表 } func (x *ExclusiveChangePush) Reset() { *x = ExclusiveChangePush{} if protoimpl.UnsafeEnabled { mi := &file_exclusive_exclusive_msg_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExclusiveChangePush) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExclusiveChangePush) ProtoMessage() {} func (x *ExclusiveChangePush) ProtoReflect() protoreflect.Message { mi := &file_exclusive_exclusive_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 ExclusiveChangePush.ProtoReflect.Descriptor instead. func (*ExclusiveChangePush) Descriptor() ([]byte, []int) { return file_exclusive_exclusive_msg_proto_rawDescGZIP(), []int{16} } func (x *ExclusiveChangePush) GetExclusives() []*DB_Exclusive { if x != nil { return x.Exclusives } return nil } var File_exclusive_exclusive_msg_proto protoreflect.FileDescriptor var file_exclusive_exclusive_msg_proto_rawDesc = []byte{ 0x0a, 0x1d, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x2f, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x2f, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x15, 0x0a, 0x13, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x45, 0x0a, 0x14, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x5f, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x52, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x22, 0x96, 0x01, 0x0a, 0x12, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x41, 0x64, 0x64, 0x45, 0x78, 0x70, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x12, 0x34, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x41, 0x64, 0x64, 0x45, 0x78, 0x70, 0x52, 0x65, 0x71, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x1a, 0x38, 0x0a, 0x0a, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x44, 0x0a, 0x13, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x41, 0x64, 0x64, 0x45, 0x78, 0x70, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x5f, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x52, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x22, 0x27, 0x0a, 0x13, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x22, 0x45, 0x0a, 0x14, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x5f, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x52, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x22, 0x3c, 0x0a, 0x12, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x53, 0x74, 0x61, 0x72, 0x55, 0x70, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x61, 0x74, 0x69, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x65, 0x61, 0x74, 0x69, 0x64, 0x22, 0x44, 0x0a, 0x13, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x53, 0x74, 0x61, 0x72, 0x55, 0x70, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x5f, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x52, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x22, 0x26, 0x0a, 0x12, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x52, 0x61, 0x6e, 0x6b, 0x55, 0x70, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x22, 0x44, 0x0a, 0x13, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x52, 0x61, 0x6e, 0x6b, 0x55, 0x70, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x5f, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x52, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x22, 0x3c, 0x0a, 0x10, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x57, 0x65, 0x61, 0x72, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x72, 0x6f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x65, 0x72, 0x6f, 0x69, 0x64, 0x22, 0x42, 0x0a, 0x11, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x57, 0x65, 0x61, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x5f, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x52, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x22, 0x24, 0x0a, 0x10, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x53, 0x65, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x22, 0x36, 0x0a, 0x11, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x53, 0x65, 0x6c, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x22, 0x3c, 0x0a, 0x10, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x6b, 0x22, 0x3d, 0x0a, 0x11, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x6c, 0x6f, 0x63, 0x6b, 0x22, 0x44, 0x0a, 0x13, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x50, 0x75, 0x73, 0x68, 0x12, 0x2d, 0x0a, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x5f, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x52, 0x0a, 0x45, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x73, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_exclusive_exclusive_msg_proto_rawDescOnce sync.Once file_exclusive_exclusive_msg_proto_rawDescData = file_exclusive_exclusive_msg_proto_rawDesc ) func file_exclusive_exclusive_msg_proto_rawDescGZIP() []byte { file_exclusive_exclusive_msg_proto_rawDescOnce.Do(func() { file_exclusive_exclusive_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_exclusive_exclusive_msg_proto_rawDescData) }) return file_exclusive_exclusive_msg_proto_rawDescData } var file_exclusive_exclusive_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 18) var file_exclusive_exclusive_msg_proto_goTypes = []interface{}{ (*ExclusiveGetListReq)(nil), // 0: ExclusiveGetListReq (*ExclusiveGetListResp)(nil), // 1: ExclusiveGetListResp (*ExclusiveAddExpReq)(nil), // 2: ExclusiveAddExpReq (*ExclusiveAddExpResp)(nil), // 3: ExclusiveAddExpResp (*ExclusiveUpgradeReq)(nil), // 4: ExclusiveUpgradeReq (*ExclusiveUpgradeResp)(nil), // 5: ExclusiveUpgradeResp (*ExclusiveStarUpReq)(nil), // 6: ExclusiveStarUpReq (*ExclusiveStarUpResp)(nil), // 7: ExclusiveStarUpResp (*ExclusiveRankUpReq)(nil), // 8: ExclusiveRankUpReq (*ExclusiveRankUpResp)(nil), // 9: ExclusiveRankUpResp (*ExclusiveWearReq)(nil), // 10: ExclusiveWearReq (*ExclusiveWearResp)(nil), // 11: ExclusiveWearResp (*ExclusiveSellReq)(nil), // 12: ExclusiveSellReq (*ExclusiveSellResp)(nil), // 13: ExclusiveSellResp (*ExclusiveLockReq)(nil), // 14: ExclusiveLockReq (*ExclusiveLockResp)(nil), // 15: ExclusiveLockResp (*ExclusiveChangePush)(nil), // 16: ExclusiveChangePush nil, // 17: ExclusiveAddExpReq.ItemsEntry (*DB_Exclusive)(nil), // 18: DB_Exclusive (*UserAtno)(nil), // 19: UserAtno } var file_exclusive_exclusive_msg_proto_depIdxs = []int32{ 18, // 0: ExclusiveGetListResp.Exclusives:type_name -> DB_Exclusive 17, // 1: ExclusiveAddExpReq.items:type_name -> ExclusiveAddExpReq.ItemsEntry 18, // 2: ExclusiveAddExpResp.Exclusives:type_name -> DB_Exclusive 18, // 3: ExclusiveUpgradeResp.Exclusives:type_name -> DB_Exclusive 18, // 4: ExclusiveStarUpResp.Exclusives:type_name -> DB_Exclusive 18, // 5: ExclusiveRankUpResp.Exclusives:type_name -> DB_Exclusive 18, // 6: ExclusiveWearResp.Exclusives:type_name -> DB_Exclusive 19, // 7: ExclusiveSellResp.reward:type_name -> UserAtno 18, // 8: ExclusiveChangePush.Exclusives:type_name -> DB_Exclusive 9, // [9:9] is the sub-list for method output_type 9, // [9:9] is the sub-list for method input_type 9, // [9:9] is the sub-list for extension type_name 9, // [9:9] is the sub-list for extension extendee 0, // [0:9] is the sub-list for field type_name } func init() { file_exclusive_exclusive_msg_proto_init() } func file_exclusive_exclusive_msg_proto_init() { if File_exclusive_exclusive_msg_proto != nil { return } file_exclusive_exclusive_db_proto_init() file_comm_proto_init() if !protoimpl.UnsafeEnabled { file_exclusive_exclusive_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveGetListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveGetListResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveAddExpReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveAddExpResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveUpgradeReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveUpgradeResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveStarUpReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveStarUpResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveRankUpReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveRankUpResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveWearReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveWearResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveSellReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveSellResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveLockReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveLockResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_exclusive_exclusive_msg_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExclusiveChangePush); 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_exclusive_exclusive_msg_proto_rawDesc, NumEnums: 0, NumMessages: 18, NumExtensions: 0, NumServices: 0, }, GoTypes: file_exclusive_exclusive_msg_proto_goTypes, DependencyIndexes: file_exclusive_exclusive_msg_proto_depIdxs, MessageInfos: file_exclusive_exclusive_msg_proto_msgTypes, }.Build() File_exclusive_exclusive_msg_proto = out.File file_exclusive_exclusive_msg_proto_rawDesc = nil file_exclusive_exclusive_msg_proto_goTypes = nil file_exclusive_exclusive_msg_proto_depIdxs = nil }