// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: activity/activity_db.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 HdType int32 const ( HdType_HdTypeNull HdType = 0 //无效类型 HdType_HdTypeWarorder HdType = 1 //圣桃战令类型 HdType_HdTypePay HdType = 2 //圣桃充值礼包 HdType_KFSevenTask HdType = 3 //开服任务 HdType_XSFundPhysical HdType = 4 //现时活动 体力基金 HdType_XSFundRecruit HdType = 5 //现时活动 招募基金 HdType_XSFundExp HdType = 6 //现时活动 经验基金 HdType_HdLevel HdType = 7 //开服等级活动 HdType_HdTypeSign HdType = 8 //七日签到 HdType_HdTypeDraw HdType = 9 //圣桃招募 HdType_AddUpRecharge HdType = 10 //累计充值 HdType_ShopCenterPayPakcge HdType = 11 //活动中心限时礼包 HdType_SupplyWarOrder HdType = 12 //补给战令 HdType_MoondreamWarOrder HdType = 13 //岳梦战令 // 特殊类型活动 只受活动开启限制 具体玩法 走excel 配置 HdType_HdTypeTurntable HdType = 1001 //大转盘 HdType_HdCelebration HdType = 1002 // 庆典活动 HdType_HdPuzzle HdType = 1003 // 拼图小游戏 HdType_HdLattice HdType = 1004 // 迷宫小游戏 HdType_HdMiner HdType = 1005 // 矿工小游戏 ) // Enum value maps for HdType. var ( HdType_name = map[int32]string{ 0: "HdTypeNull", 1: "HdTypeWarorder", 2: "HdTypePay", 3: "KFSevenTask", 4: "XSFundPhysical", 5: "XSFundRecruit", 6: "XSFundExp", 7: "HdLevel", 8: "HdTypeSign", 9: "HdTypeDraw", 10: "AddUpRecharge", 11: "ShopCenterPayPakcge", 12: "SupplyWarOrder", 13: "MoondreamWarOrder", 1001: "HdTypeTurntable", 1002: "HdCelebration", 1003: "HdPuzzle", 1004: "HdLattice", 1005: "HdMiner", } HdType_value = map[string]int32{ "HdTypeNull": 0, "HdTypeWarorder": 1, "HdTypePay": 2, "KFSevenTask": 3, "XSFundPhysical": 4, "XSFundRecruit": 5, "XSFundExp": 6, "HdLevel": 7, "HdTypeSign": 8, "HdTypeDraw": 9, "AddUpRecharge": 10, "ShopCenterPayPakcge": 11, "SupplyWarOrder": 12, "MoondreamWarOrder": 13, "HdTypeTurntable": 1001, "HdCelebration": 1002, "HdPuzzle": 1003, "HdLattice": 1004, "HdMiner": 1005, } ) func (x HdType) Enum() *HdType { p := new(HdType) *p = x return p } func (x HdType) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (HdType) Descriptor() protoreflect.EnumDescriptor { return file_activity_activity_db_proto_enumTypes[0].Descriptor() } func (HdType) Type() protoreflect.EnumType { return &file_activity_activity_db_proto_enumTypes[0] } func (x HdType) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Use HdType.Descriptor instead. func (HdType) EnumDescriptor() ([]byte, []int) { return file_activity_activity_db_proto_rawDescGZIP(), []int{0} } type Arr struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Prize []*UserAssets `protobuf:"bytes,1,rep,name=prize,proto3" json:"prize"` // 奖励数据 Val int32 `protobuf:"varint,2,opt,name=val,proto3" json:"val"` } func (x *Arr) Reset() { *x = Arr{} if protoimpl.UnsafeEnabled { mi := &file_activity_activity_db_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Arr) String() string { return protoimpl.X.MessageStringOf(x) } func (*Arr) ProtoMessage() {} func (x *Arr) ProtoReflect() protoreflect.Message { mi := &file_activity_activity_db_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 Arr.ProtoReflect.Descriptor instead. func (*Arr) Descriptor() ([]byte, []int) { return file_activity_activity_db_proto_rawDescGZIP(), []int{0} } func (x *Arr) GetPrize() []*UserAssets { if x != nil { return x.Prize } return nil } func (x *Arr) GetVal() int32 { if x != nil { return x.Val } return 0 } type ActivityInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Prize []*Arr `protobuf:"bytes,1,rep,name=prize,proto3" json:"prize"` } func (x *ActivityInfo) Reset() { *x = ActivityInfo{} if protoimpl.UnsafeEnabled { mi := &file_activity_activity_db_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityInfo) ProtoMessage() {} func (x *ActivityInfo) ProtoReflect() protoreflect.Message { mi := &file_activity_activity_db_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 ActivityInfo.ProtoReflect.Descriptor instead. func (*ActivityInfo) Descriptor() ([]byte, []int) { return file_activity_activity_db_proto_rawDescGZIP(), []int{1} } func (x *ActivityInfo) GetPrize() []*Arr { if x != nil { return x.Prize } return nil } type DBHuodong struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" bson:"_id"` //ID Rtime int64 `protobuf:"varint,2,opt,name=rtime,proto3" json:"rtime"` // 活动修改时间 Itype HdType `protobuf:"varint,3,opt,name=itype,proto3,enum=HdType" json:"itype"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"` Etime int64 `protobuf:"varint,5,opt,name=etime,proto3" json:"etime"` // 1680105599, Stime int64 `protobuf:"varint,6,opt,name=stime,proto3" json:"stime"` // 1679414400, Data *ActivityInfo `protobuf:"bytes,7,opt,name=data,proto3" json:"data"` // 活动详细数据 } func (x *DBHuodong) Reset() { *x = DBHuodong{} if protoimpl.UnsafeEnabled { mi := &file_activity_activity_db_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DBHuodong) String() string { return protoimpl.X.MessageStringOf(x) } func (*DBHuodong) ProtoMessage() {} func (x *DBHuodong) ProtoReflect() protoreflect.Message { mi := &file_activity_activity_db_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 DBHuodong.ProtoReflect.Descriptor instead. func (*DBHuodong) Descriptor() ([]byte, []int) { return file_activity_activity_db_proto_rawDescGZIP(), []int{2} } func (x *DBHuodong) GetId() string { if x != nil { return x.Id } return "" } func (x *DBHuodong) GetRtime() int64 { if x != nil { return x.Rtime } return 0 } func (x *DBHuodong) GetItype() HdType { if x != nil { return x.Itype } return HdType_HdTypeNull } func (x *DBHuodong) GetName() string { if x != nil { return x.Name } return "" } func (x *DBHuodong) GetEtime() int64 { if x != nil { return x.Etime } return 0 } func (x *DBHuodong) GetStime() int64 { if x != nil { return x.Stime } return 0 } func (x *DBHuodong) GetData() *ActivityInfo { if x != nil { return x.Data } return nil } // 玩家每日登录活动数据 type DBActivityData struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" bson:"_id"` //自定义id uid+hdoid Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid"` Hdoid string `protobuf:"bytes,3,opt,name=hdoid,proto3" json:"hdoid"` // 活动唯一id Gotarr map[int32]int32 `protobuf:"bytes,4,rep,name=gotarr,proto3" json:"gotarr" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` Lasttime int64 `protobuf:"varint,5,opt,name=lasttime,proto3" json:"lasttime"` Val int32 `protobuf:"varint,6,opt,name=val,proto3" json:"val"` } func (x *DBActivityData) Reset() { *x = DBActivityData{} if protoimpl.UnsafeEnabled { mi := &file_activity_activity_db_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DBActivityData) String() string { return protoimpl.X.MessageStringOf(x) } func (*DBActivityData) ProtoMessage() {} func (x *DBActivityData) ProtoReflect() protoreflect.Message { mi := &file_activity_activity_db_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 DBActivityData.ProtoReflect.Descriptor instead. func (*DBActivityData) Descriptor() ([]byte, []int) { return file_activity_activity_db_proto_rawDescGZIP(), []int{3} } func (x *DBActivityData) GetId() string { if x != nil { return x.Id } return "" } func (x *DBActivityData) GetUid() string { if x != nil { return x.Uid } return "" } func (x *DBActivityData) GetHdoid() string { if x != nil { return x.Hdoid } return "" } func (x *DBActivityData) GetGotarr() map[int32]int32 { if x != nil { return x.Gotarr } return nil } func (x *DBActivityData) GetLasttime() int64 { if x != nil { return x.Lasttime } return 0 } func (x *DBActivityData) GetVal() int32 { if x != nil { return x.Val } return 0 } var File_activity_activity_db_proto protoreflect.FileDescriptor var file_activity_activity_db_proto_rawDesc = []byte{ 0x0a, 0x1a, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x3a, 0x0a, 0x03, 0x41, 0x72, 0x72, 0x12, 0x21, 0x0a, 0x05, 0x70, 0x72, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x52, 0x05, 0x70, 0x72, 0x69, 0x7a, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x76, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x76, 0x61, 0x6c, 0x22, 0x2a, 0x0a, 0x0c, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x05, 0x70, 0x72, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x04, 0x2e, 0x41, 0x72, 0x72, 0x52, 0x05, 0x70, 0x72, 0x69, 0x7a, 0x65, 0x22, 0xb3, 0x01, 0x0a, 0x09, 0x44, 0x42, 0x48, 0x75, 0x6f, 0x64, 0x6f, 0x6e, 0x67, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x72, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x05, 0x69, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x07, 0x2e, 0x48, 0x64, 0x54, 0x79, 0x70, 0x65, 0x52, 0x05, 0x69, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x73, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xe6, 0x01, 0x0a, 0x0e, 0x44, 0x42, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x44, 0x61, 0x74, 0x61, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x68, 0x64, 0x6f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x68, 0x64, 0x6f, 0x69, 0x64, 0x12, 0x33, 0x0a, 0x06, 0x67, 0x6f, 0x74, 0x61, 0x72, 0x72, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x44, 0x42, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x47, 0x6f, 0x74, 0x61, 0x72, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x06, 0x67, 0x6f, 0x74, 0x61, 0x72, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x76, 0x61, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x76, 0x61, 0x6c, 0x1a, 0x39, 0x0a, 0x0b, 0x47, 0x6f, 0x74, 0x61, 0x72, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 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, 0x2a, 0xdd, 0x02, 0x0a, 0x06, 0x48, 0x64, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x0a, 0x48, 0x64, 0x54, 0x79, 0x70, 0x65, 0x4e, 0x75, 0x6c, 0x6c, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x48, 0x64, 0x54, 0x79, 0x70, 0x65, 0x57, 0x61, 0x72, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x48, 0x64, 0x54, 0x79, 0x70, 0x65, 0x50, 0x61, 0x79, 0x10, 0x02, 0x12, 0x0f, 0x0a, 0x0b, 0x4b, 0x46, 0x53, 0x65, 0x76, 0x65, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x10, 0x03, 0x12, 0x12, 0x0a, 0x0e, 0x58, 0x53, 0x46, 0x75, 0x6e, 0x64, 0x50, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x10, 0x04, 0x12, 0x11, 0x0a, 0x0d, 0x58, 0x53, 0x46, 0x75, 0x6e, 0x64, 0x52, 0x65, 0x63, 0x72, 0x75, 0x69, 0x74, 0x10, 0x05, 0x12, 0x0d, 0x0a, 0x09, 0x58, 0x53, 0x46, 0x75, 0x6e, 0x64, 0x45, 0x78, 0x70, 0x10, 0x06, 0x12, 0x0b, 0x0a, 0x07, 0x48, 0x64, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x10, 0x07, 0x12, 0x0e, 0x0a, 0x0a, 0x48, 0x64, 0x54, 0x79, 0x70, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x10, 0x08, 0x12, 0x0e, 0x0a, 0x0a, 0x48, 0x64, 0x54, 0x79, 0x70, 0x65, 0x44, 0x72, 0x61, 0x77, 0x10, 0x09, 0x12, 0x11, 0x0a, 0x0d, 0x41, 0x64, 0x64, 0x55, 0x70, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x10, 0x0a, 0x12, 0x17, 0x0a, 0x13, 0x53, 0x68, 0x6f, 0x70, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x50, 0x61, 0x79, 0x50, 0x61, 0x6b, 0x63, 0x67, 0x65, 0x10, 0x0b, 0x12, 0x12, 0x0a, 0x0e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x57, 0x61, 0x72, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x10, 0x0c, 0x12, 0x15, 0x0a, 0x11, 0x4d, 0x6f, 0x6f, 0x6e, 0x64, 0x72, 0x65, 0x61, 0x6d, 0x57, 0x61, 0x72, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x10, 0x0d, 0x12, 0x14, 0x0a, 0x0f, 0x48, 0x64, 0x54, 0x79, 0x70, 0x65, 0x54, 0x75, 0x72, 0x6e, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x10, 0xe9, 0x07, 0x12, 0x12, 0x0a, 0x0d, 0x48, 0x64, 0x43, 0x65, 0x6c, 0x65, 0x62, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0xea, 0x07, 0x12, 0x0d, 0x0a, 0x08, 0x48, 0x64, 0x50, 0x75, 0x7a, 0x7a, 0x6c, 0x65, 0x10, 0xeb, 0x07, 0x12, 0x0e, 0x0a, 0x09, 0x48, 0x64, 0x4c, 0x61, 0x74, 0x74, 0x69, 0x63, 0x65, 0x10, 0xec, 0x07, 0x12, 0x0c, 0x0a, 0x07, 0x48, 0x64, 0x4d, 0x69, 0x6e, 0x65, 0x72, 0x10, 0xed, 0x07, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_activity_activity_db_proto_rawDescOnce sync.Once file_activity_activity_db_proto_rawDescData = file_activity_activity_db_proto_rawDesc ) func file_activity_activity_db_proto_rawDescGZIP() []byte { file_activity_activity_db_proto_rawDescOnce.Do(func() { file_activity_activity_db_proto_rawDescData = protoimpl.X.CompressGZIP(file_activity_activity_db_proto_rawDescData) }) return file_activity_activity_db_proto_rawDescData } var file_activity_activity_db_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_activity_activity_db_proto_msgTypes = make([]protoimpl.MessageInfo, 5) var file_activity_activity_db_proto_goTypes = []interface{}{ (HdType)(0), // 0: HdType (*Arr)(nil), // 1: Arr (*ActivityInfo)(nil), // 2: ActivityInfo (*DBHuodong)(nil), // 3: DBHuodong (*DBActivityData)(nil), // 4: DBActivityData nil, // 5: DBActivityData.GotarrEntry (*UserAssets)(nil), // 6: UserAssets } var file_activity_activity_db_proto_depIdxs = []int32{ 6, // 0: Arr.prize:type_name -> UserAssets 1, // 1: ActivityInfo.prize:type_name -> Arr 0, // 2: DBHuodong.itype:type_name -> HdType 2, // 3: DBHuodong.data:type_name -> ActivityInfo 5, // 4: DBActivityData.gotarr:type_name -> DBActivityData.GotarrEntry 5, // [5:5] is the sub-list for method output_type 5, // [5:5] is the sub-list for method input_type 5, // [5:5] is the sub-list for extension type_name 5, // [5:5] is the sub-list for extension extendee 0, // [0:5] is the sub-list for field type_name } func init() { file_activity_activity_db_proto_init() } func file_activity_activity_db_proto_init() { if File_activity_activity_db_proto != nil { return } file_comm_proto_init() if !protoimpl.UnsafeEnabled { file_activity_activity_db_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Arr); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_activity_activity_db_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_activity_activity_db_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DBHuodong); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_activity_activity_db_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DBActivityData); 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_activity_activity_db_proto_rawDesc, NumEnums: 1, NumMessages: 5, NumExtensions: 0, NumServices: 0, }, GoTypes: file_activity_activity_db_proto_goTypes, DependencyIndexes: file_activity_activity_db_proto_depIdxs, EnumInfos: file_activity_activity_db_proto_enumTypes, MessageInfos: file_activity_activity_db_proto_msgTypes, }.Build() File_activity_activity_db_proto = out.File file_activity_activity_db_proto_rawDesc = nil file_activity_activity_db_proto_goTypes = nil file_activity_activity_db_proto_depIdxs = nil }