// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: integral/integral_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 IntegralGetListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *IntegralGetListReq) Reset() { *x = IntegralGetListReq{} if protoimpl.UnsafeEnabled { mi := &file_integral_integral_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *IntegralGetListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*IntegralGetListReq) ProtoMessage() {} func (x *IntegralGetListReq) ProtoReflect() protoreflect.Message { mi := &file_integral_integral_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 IntegralGetListReq.ProtoReflect.Descriptor instead. func (*IntegralGetListReq) Descriptor() ([]byte, []int) { return file_integral_integral_msg_proto_rawDescGZIP(), []int{0} } type IntegralGetListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBIntegralBoss `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *IntegralGetListResp) Reset() { *x = IntegralGetListResp{} if protoimpl.UnsafeEnabled { mi := &file_integral_integral_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *IntegralGetListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*IntegralGetListResp) ProtoMessage() {} func (x *IntegralGetListResp) ProtoReflect() protoreflect.Message { mi := &file_integral_integral_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 IntegralGetListResp.ProtoReflect.Descriptor instead. func (*IntegralGetListResp) Descriptor() ([]byte, []int) { return file_integral_integral_msg_proto_rawDescGZIP(), []int{1} } func (x *IntegralGetListResp) GetData() *DBIntegralBoss { if x != nil { return x.Data } return nil } // 挑战 type IntegralChallengeReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Nandu int32 `protobuf:"varint,1,opt,name=nandu,proto3" json:"nandu"` // boos 难度 Battle *BattleFormation `protobuf:"bytes,2,opt,name=battle,proto3" json:"battle"` } func (x *IntegralChallengeReq) Reset() { *x = IntegralChallengeReq{} if protoimpl.UnsafeEnabled { mi := &file_integral_integral_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *IntegralChallengeReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*IntegralChallengeReq) ProtoMessage() {} func (x *IntegralChallengeReq) ProtoReflect() protoreflect.Message { mi := &file_integral_integral_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 IntegralChallengeReq.ProtoReflect.Descriptor instead. func (*IntegralChallengeReq) Descriptor() ([]byte, []int) { return file_integral_integral_msg_proto_rawDescGZIP(), []int{2} } func (x *IntegralChallengeReq) GetNandu() int32 { if x != nil { return x.Nandu } return 0 } func (x *IntegralChallengeReq) GetBattle() *BattleFormation { if x != nil { return x.Battle } return nil } type IntegralChallengeResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Info *BattleInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info"` Nandu int32 `protobuf:"varint,2,opt,name=nandu,proto3" json:"nandu"` // boos 类型 } func (x *IntegralChallengeResp) Reset() { *x = IntegralChallengeResp{} if protoimpl.UnsafeEnabled { mi := &file_integral_integral_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *IntegralChallengeResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*IntegralChallengeResp) ProtoMessage() {} func (x *IntegralChallengeResp) ProtoReflect() protoreflect.Message { mi := &file_integral_integral_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 IntegralChallengeResp.ProtoReflect.Descriptor instead. func (*IntegralChallengeResp) Descriptor() ([]byte, []int) { return file_integral_integral_msg_proto_rawDescGZIP(), []int{3} } func (x *IntegralChallengeResp) GetInfo() *BattleInfo { if x != nil { return x.Info } return nil } func (x *IntegralChallengeResp) GetNandu() int32 { if x != nil { return x.Nandu } return 0 } type IntegralChallengeOverReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Nandu int32 `protobuf:"varint,1,opt,name=nandu,proto3" json:"nandu"` // boos 难度 Report *BattleReport `protobuf:"bytes,2,opt,name=report,proto3" json:"report"` //战报 Score int64 `protobuf:"varint,3,opt,name=score,proto3" json:"score"` //获得积分 或伤害 } func (x *IntegralChallengeOverReq) Reset() { *x = IntegralChallengeOverReq{} if protoimpl.UnsafeEnabled { mi := &file_integral_integral_msg_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *IntegralChallengeOverReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*IntegralChallengeOverReq) ProtoMessage() {} func (x *IntegralChallengeOverReq) ProtoReflect() protoreflect.Message { mi := &file_integral_integral_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 IntegralChallengeOverReq.ProtoReflect.Descriptor instead. func (*IntegralChallengeOverReq) Descriptor() ([]byte, []int) { return file_integral_integral_msg_proto_rawDescGZIP(), []int{4} } func (x *IntegralChallengeOverReq) GetNandu() int32 { if x != nil { return x.Nandu } return 0 } func (x *IntegralChallengeOverReq) GetReport() *BattleReport { if x != nil { return x.Report } return nil } func (x *IntegralChallengeOverReq) GetScore() int64 { if x != nil { return x.Score } return 0 } // 客户端通知服务器打赢了 type IntegralChallengeOverResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBIntegralBoss `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *IntegralChallengeOverResp) Reset() { *x = IntegralChallengeOverResp{} if protoimpl.UnsafeEnabled { mi := &file_integral_integral_msg_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *IntegralChallengeOverResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*IntegralChallengeOverResp) ProtoMessage() {} func (x *IntegralChallengeOverResp) ProtoReflect() protoreflect.Message { mi := &file_integral_integral_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 IntegralChallengeOverResp.ProtoReflect.Descriptor instead. func (*IntegralChallengeOverResp) Descriptor() ([]byte, []int) { return file_integral_integral_msg_proto_rawDescGZIP(), []int{5} } func (x *IntegralChallengeOverResp) GetData() *DBIntegralBoss { if x != nil { return x.Data } return nil } // 领取奖励 type IntegralGetRewardReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Itype int32 `protobuf:"varint,1,opt,name=itype,proto3" json:"itype"` // 1 评级奖励 2 累计奖励 } func (x *IntegralGetRewardReq) Reset() { *x = IntegralGetRewardReq{} if protoimpl.UnsafeEnabled { mi := &file_integral_integral_msg_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *IntegralGetRewardReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*IntegralGetRewardReq) ProtoMessage() {} func (x *IntegralGetRewardReq) ProtoReflect() protoreflect.Message { mi := &file_integral_integral_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 IntegralGetRewardReq.ProtoReflect.Descriptor instead. func (*IntegralGetRewardReq) Descriptor() ([]byte, []int) { return file_integral_integral_msg_proto_rawDescGZIP(), []int{6} } func (x *IntegralGetRewardReq) GetItype() int32 { if x != nil { return x.Itype } return 0 } type IntegralGetRewardResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBIntegralBoss `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` Award []*UserAtno `protobuf:"bytes,4,rep,name=award,proto3" json:"award"` //奖励 } func (x *IntegralGetRewardResp) Reset() { *x = IntegralGetRewardResp{} if protoimpl.UnsafeEnabled { mi := &file_integral_integral_msg_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *IntegralGetRewardResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*IntegralGetRewardResp) ProtoMessage() {} func (x *IntegralGetRewardResp) ProtoReflect() protoreflect.Message { mi := &file_integral_integral_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 IntegralGetRewardResp.ProtoReflect.Descriptor instead. func (*IntegralGetRewardResp) Descriptor() ([]byte, []int) { return file_integral_integral_msg_proto_rawDescGZIP(), []int{7} } func (x *IntegralGetRewardResp) GetData() *DBIntegralBoss { if x != nil { return x.Data } return nil } func (x *IntegralGetRewardResp) GetAward() []*UserAtno { if x != nil { return x.Award } return nil } var File_integral_integral_msg_proto protoreflect.FileDescriptor var file_integral_integral_msg_proto_rawDesc = []byte{ 0x0a, 0x1b, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1a, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x2f, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x14, 0x0a, 0x12, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x3a, 0x0a, 0x13, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x23, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x42, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x42, 0x6f, 0x73, 0x73, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x56, 0x0a, 0x14, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x6e, 0x61, 0x6e, 0x64, 0x75, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6e, 0x61, 0x6e, 0x64, 0x75, 0x12, 0x28, 0x0a, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x22, 0x4e, 0x0a, 0x15, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x6e, 0x61, 0x6e, 0x64, 0x75, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6e, 0x61, 0x6e, 0x64, 0x75, 0x22, 0x6d, 0x0a, 0x18, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x6e, 0x61, 0x6e, 0x64, 0x75, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6e, 0x61, 0x6e, 0x64, 0x75, 0x12, 0x25, 0x0a, 0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x22, 0x40, 0x0a, 0x19, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x23, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x42, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x42, 0x6f, 0x73, 0x73, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x2c, 0x0a, 0x14, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x47, 0x65, 0x74, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x74, 0x79, 0x70, 0x65, 0x22, 0x5d, 0x0a, 0x15, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x47, 0x65, 0x74, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x23, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x42, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x42, 0x6f, 0x73, 0x73, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_integral_integral_msg_proto_rawDescOnce sync.Once file_integral_integral_msg_proto_rawDescData = file_integral_integral_msg_proto_rawDesc ) func file_integral_integral_msg_proto_rawDescGZIP() []byte { file_integral_integral_msg_proto_rawDescOnce.Do(func() { file_integral_integral_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_integral_integral_msg_proto_rawDescData) }) return file_integral_integral_msg_proto_rawDescData } var file_integral_integral_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 8) var file_integral_integral_msg_proto_goTypes = []interface{}{ (*IntegralGetListReq)(nil), // 0: IntegralGetListReq (*IntegralGetListResp)(nil), // 1: IntegralGetListResp (*IntegralChallengeReq)(nil), // 2: IntegralChallengeReq (*IntegralChallengeResp)(nil), // 3: IntegralChallengeResp (*IntegralChallengeOverReq)(nil), // 4: IntegralChallengeOverReq (*IntegralChallengeOverResp)(nil), // 5: IntegralChallengeOverResp (*IntegralGetRewardReq)(nil), // 6: IntegralGetRewardReq (*IntegralGetRewardResp)(nil), // 7: IntegralGetRewardResp (*DBIntegralBoss)(nil), // 8: DBIntegralBoss (*BattleFormation)(nil), // 9: BattleFormation (*BattleInfo)(nil), // 10: BattleInfo (*BattleReport)(nil), // 11: BattleReport (*UserAtno)(nil), // 12: UserAtno } var file_integral_integral_msg_proto_depIdxs = []int32{ 8, // 0: IntegralGetListResp.data:type_name -> DBIntegralBoss 9, // 1: IntegralChallengeReq.battle:type_name -> BattleFormation 10, // 2: IntegralChallengeResp.info:type_name -> BattleInfo 11, // 3: IntegralChallengeOverReq.report:type_name -> BattleReport 8, // 4: IntegralChallengeOverResp.data:type_name -> DBIntegralBoss 8, // 5: IntegralGetRewardResp.data:type_name -> DBIntegralBoss 12, // 6: IntegralGetRewardResp.award:type_name -> UserAtno 7, // [7:7] is the sub-list for method output_type 7, // [7:7] is the sub-list for method input_type 7, // [7:7] is the sub-list for extension type_name 7, // [7:7] is the sub-list for extension extendee 0, // [0:7] is the sub-list for field type_name } func init() { file_integral_integral_msg_proto_init() } func file_integral_integral_msg_proto_init() { if File_integral_integral_msg_proto != nil { return } file_integral_integral_db_proto_init() file_battle_battle_msg_proto_init() file_comm_proto_init() if !protoimpl.UnsafeEnabled { file_integral_integral_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IntegralGetListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_integral_integral_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IntegralGetListResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_integral_integral_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IntegralChallengeReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_integral_integral_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IntegralChallengeResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_integral_integral_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IntegralChallengeOverReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_integral_integral_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IntegralChallengeOverResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_integral_integral_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IntegralGetRewardReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_integral_integral_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IntegralGetRewardResp); 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_integral_integral_msg_proto_rawDesc, NumEnums: 0, NumMessages: 8, NumExtensions: 0, NumServices: 0, }, GoTypes: file_integral_integral_msg_proto_goTypes, DependencyIndexes: file_integral_integral_msg_proto_depIdxs, MessageInfos: file_integral_integral_msg_proto_msgTypes, }.Build() File_integral_integral_msg_proto = out.File file_integral_integral_msg_proto_rawDesc = nil file_integral_integral_msg_proto_goTypes = nil file_integral_integral_msg_proto_depIdxs = nil }