// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: activity/activity_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 ActivityGetListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *ActivityGetListReq) Reset() { *x = ActivityGetListReq{} if protoimpl.UnsafeEnabled { mi := &file_activity_activity_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityGetListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityGetListReq) ProtoMessage() {} func (x *ActivityGetListReq) ProtoReflect() protoreflect.Message { mi := &file_activity_activity_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 ActivityGetListReq.ProtoReflect.Descriptor instead. func (*ActivityGetListReq) Descriptor() ([]byte, []int) { return file_activity_activity_msg_proto_rawDescGZIP(), []int{0} } // 获取活动列表 type ActivityGetListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Hddata []*DBHuodong `protobuf:"bytes,1,rep,name=hddata,proto3" json:"hddata"` Actdata []*DBActivityData `protobuf:"bytes,2,rep,name=actdata,proto3" json:"actdata"` // } func (x *ActivityGetListResp) Reset() { *x = ActivityGetListResp{} if protoimpl.UnsafeEnabled { mi := &file_activity_activity_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityGetListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityGetListResp) ProtoMessage() {} func (x *ActivityGetListResp) ProtoReflect() protoreflect.Message { mi := &file_activity_activity_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 ActivityGetListResp.ProtoReflect.Descriptor instead. func (*ActivityGetListResp) Descriptor() ([]byte, []int) { return file_activity_activity_msg_proto_rawDescGZIP(), []int{1} } func (x *ActivityGetListResp) GetHddata() []*DBHuodong { if x != nil { return x.Hddata } return nil } func (x *ActivityGetListResp) GetActdata() []*DBActivityData { if x != nil { return x.Actdata } return nil } // 玩家活动数据 type ActivityGetHdDataReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid []string `protobuf:"bytes,1,rep,name=oid,proto3" json:"oid"` // } func (x *ActivityGetHdDataReq) Reset() { *x = ActivityGetHdDataReq{} if protoimpl.UnsafeEnabled { mi := &file_activity_activity_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityGetHdDataReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityGetHdDataReq) ProtoMessage() {} func (x *ActivityGetHdDataReq) ProtoReflect() protoreflect.Message { mi := &file_activity_activity_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 ActivityGetHdDataReq.ProtoReflect.Descriptor instead. func (*ActivityGetHdDataReq) Descriptor() ([]byte, []int) { return file_activity_activity_msg_proto_rawDescGZIP(), []int{2} } func (x *ActivityGetHdDataReq) GetOid() []string { if x != nil { return x.Oid } return nil } // 获取活动数据列表 type ActivityGetHdDataResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data []*DBActivityData `protobuf:"bytes,1,rep,name=data,proto3" json:"data"` } func (x *ActivityGetHdDataResp) Reset() { *x = ActivityGetHdDataResp{} if protoimpl.UnsafeEnabled { mi := &file_activity_activity_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityGetHdDataResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityGetHdDataResp) ProtoMessage() {} func (x *ActivityGetHdDataResp) ProtoReflect() protoreflect.Message { mi := &file_activity_activity_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 ActivityGetHdDataResp.ProtoReflect.Descriptor instead. func (*ActivityGetHdDataResp) Descriptor() ([]byte, []int) { return file_activity_activity_msg_proto_rawDescGZIP(), []int{3} } func (x *ActivityGetHdDataResp) GetData() []*DBActivityData { if x != nil { return x.Data } return nil } // 领取奖励 type ActivityGetRewardReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid"` Val int32 `protobuf:"varint,2,opt,name=val,proto3" json:"val"` } func (x *ActivityGetRewardReq) Reset() { *x = ActivityGetRewardReq{} if protoimpl.UnsafeEnabled { mi := &file_activity_activity_msg_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityGetRewardReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityGetRewardReq) ProtoMessage() {} func (x *ActivityGetRewardReq) ProtoReflect() protoreflect.Message { mi := &file_activity_activity_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 ActivityGetRewardReq.ProtoReflect.Descriptor instead. func (*ActivityGetRewardReq) Descriptor() ([]byte, []int) { return file_activity_activity_msg_proto_rawDescGZIP(), []int{4} } func (x *ActivityGetRewardReq) GetOid() string { if x != nil { return x.Oid } return "" } func (x *ActivityGetRewardReq) GetVal() int32 { if x != nil { return x.Val } return 0 } // 领取奖励数据返回 type ActivityGetRewardResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBActivityData `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` Atno []*UserAtno `protobuf:"bytes,2,rep,name=atno,proto3" json:"atno"` } func (x *ActivityGetRewardResp) Reset() { *x = ActivityGetRewardResp{} if protoimpl.UnsafeEnabled { mi := &file_activity_activity_msg_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityGetRewardResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityGetRewardResp) ProtoMessage() {} func (x *ActivityGetRewardResp) ProtoReflect() protoreflect.Message { mi := &file_activity_activity_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 ActivityGetRewardResp.ProtoReflect.Descriptor instead. func (*ActivityGetRewardResp) Descriptor() ([]byte, []int) { return file_activity_activity_msg_proto_rawDescGZIP(), []int{5} } func (x *ActivityGetRewardResp) GetData() *DBActivityData { if x != nil { return x.Data } return nil } func (x *ActivityGetRewardResp) GetAtno() []*UserAtno { if x != nil { return x.Atno } return nil } // 大转盘活动领奖 type ActivityTurntableRewardReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid"` } func (x *ActivityTurntableRewardReq) Reset() { *x = ActivityTurntableRewardReq{} if protoimpl.UnsafeEnabled { mi := &file_activity_activity_msg_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityTurntableRewardReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityTurntableRewardReq) ProtoMessage() {} func (x *ActivityTurntableRewardReq) ProtoReflect() protoreflect.Message { mi := &file_activity_activity_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 ActivityTurntableRewardReq.ProtoReflect.Descriptor instead. func (*ActivityTurntableRewardReq) Descriptor() ([]byte, []int) { return file_activity_activity_msg_proto_rawDescGZIP(), []int{6} } func (x *ActivityTurntableRewardReq) GetOid() string { if x != nil { return x.Oid } return "" } // 领取奖励数据返回 type ActivityTurntableRewardResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBActivityData `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` Atno []*UserAtno `protobuf:"bytes,2,rep,name=atno,proto3" json:"atno"` Drawkey int32 `protobuf:"varint,3,opt,name=drawkey,proto3" json:"drawkey"` } func (x *ActivityTurntableRewardResp) Reset() { *x = ActivityTurntableRewardResp{} if protoimpl.UnsafeEnabled { mi := &file_activity_activity_msg_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityTurntableRewardResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityTurntableRewardResp) ProtoMessage() {} func (x *ActivityTurntableRewardResp) ProtoReflect() protoreflect.Message { mi := &file_activity_activity_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 ActivityTurntableRewardResp.ProtoReflect.Descriptor instead. func (*ActivityTurntableRewardResp) Descriptor() ([]byte, []int) { return file_activity_activity_msg_proto_rawDescGZIP(), []int{7} } func (x *ActivityTurntableRewardResp) GetData() *DBActivityData { if x != nil { return x.Data } return nil } func (x *ActivityTurntableRewardResp) GetAtno() []*UserAtno { if x != nil { return x.Atno } return nil } func (x *ActivityTurntableRewardResp) GetDrawkey() int32 { if x != nil { return x.Drawkey } return 0 } // 活动数据变更推送 type ActivityDataChangePush struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data []*DBActivityData `protobuf:"bytes,1,rep,name=data,proto3" json:"data"` } func (x *ActivityDataChangePush) Reset() { *x = ActivityDataChangePush{} if protoimpl.UnsafeEnabled { mi := &file_activity_activity_msg_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityDataChangePush) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityDataChangePush) ProtoMessage() {} func (x *ActivityDataChangePush) ProtoReflect() protoreflect.Message { mi := &file_activity_activity_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 ActivityDataChangePush.ProtoReflect.Descriptor instead. func (*ActivityDataChangePush) Descriptor() ([]byte, []int) { return file_activity_activity_msg_proto_rawDescGZIP(), []int{8} } func (x *ActivityDataChangePush) GetData() []*DBActivityData { if x != nil { return x.Data } return nil } var File_activity_activity_msg_proto protoreflect.FileDescriptor var file_activity_activity_msg_proto_rawDesc = []byte{ 0x0a, 0x1b, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 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, 0x22, 0x14, 0x0a, 0x12, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x64, 0x0a, 0x13, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x22, 0x0a, 0x06, 0x68, 0x64, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x48, 0x75, 0x6f, 0x64, 0x6f, 0x6e, 0x67, 0x52, 0x06, 0x68, 0x64, 0x64, 0x61, 0x74, 0x61, 0x12, 0x29, 0x0a, 0x07, 0x61, 0x63, 0x74, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x42, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x44, 0x61, 0x74, 0x61, 0x52, 0x07, 0x61, 0x63, 0x74, 0x64, 0x61, 0x74, 0x61, 0x22, 0x28, 0x0a, 0x14, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x47, 0x65, 0x74, 0x48, 0x64, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x22, 0x3c, 0x0a, 0x15, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x47, 0x65, 0x74, 0x48, 0x64, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x12, 0x23, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x42, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x3a, 0x0a, 0x14, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x47, 0x65, 0x74, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x76, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x76, 0x61, 0x6c, 0x22, 0x5b, 0x0a, 0x15, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 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, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1d, 0x0a, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x22, 0x2e, 0x0a, 0x1a, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x54, 0x75, 0x72, 0x6e, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x22, 0x7b, 0x0a, 0x1b, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x54, 0x75, 0x72, 0x6e, 0x74, 0x61, 0x62, 0x6c, 0x65, 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, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1d, 0x0a, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x72, 0x61, 0x77, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x64, 0x72, 0x61, 0x77, 0x6b, 0x65, 0x79, 0x22, 0x3d, 0x0a, 0x16, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x44, 0x61, 0x74, 0x61, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x50, 0x75, 0x73, 0x68, 0x12, 0x23, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x42, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_activity_activity_msg_proto_rawDescOnce sync.Once file_activity_activity_msg_proto_rawDescData = file_activity_activity_msg_proto_rawDesc ) func file_activity_activity_msg_proto_rawDescGZIP() []byte { file_activity_activity_msg_proto_rawDescOnce.Do(func() { file_activity_activity_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_activity_activity_msg_proto_rawDescData) }) return file_activity_activity_msg_proto_rawDescData } var file_activity_activity_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 9) var file_activity_activity_msg_proto_goTypes = []interface{}{ (*ActivityGetListReq)(nil), // 0: ActivityGetListReq (*ActivityGetListResp)(nil), // 1: ActivityGetListResp (*ActivityGetHdDataReq)(nil), // 2: ActivityGetHdDataReq (*ActivityGetHdDataResp)(nil), // 3: ActivityGetHdDataResp (*ActivityGetRewardReq)(nil), // 4: ActivityGetRewardReq (*ActivityGetRewardResp)(nil), // 5: ActivityGetRewardResp (*ActivityTurntableRewardReq)(nil), // 6: ActivityTurntableRewardReq (*ActivityTurntableRewardResp)(nil), // 7: ActivityTurntableRewardResp (*ActivityDataChangePush)(nil), // 8: ActivityDataChangePush (*DBHuodong)(nil), // 9: DBHuodong (*DBActivityData)(nil), // 10: DBActivityData (*UserAtno)(nil), // 11: UserAtno } var file_activity_activity_msg_proto_depIdxs = []int32{ 9, // 0: ActivityGetListResp.hddata:type_name -> DBHuodong 10, // 1: ActivityGetListResp.actdata:type_name -> DBActivityData 10, // 2: ActivityGetHdDataResp.data:type_name -> DBActivityData 10, // 3: ActivityGetRewardResp.data:type_name -> DBActivityData 11, // 4: ActivityGetRewardResp.atno:type_name -> UserAtno 10, // 5: ActivityTurntableRewardResp.data:type_name -> DBActivityData 11, // 6: ActivityTurntableRewardResp.atno:type_name -> UserAtno 10, // 7: ActivityDataChangePush.data:type_name -> DBActivityData 8, // [8:8] is the sub-list for method output_type 8, // [8:8] is the sub-list for method input_type 8, // [8:8] is the sub-list for extension type_name 8, // [8:8] is the sub-list for extension extendee 0, // [0:8] is the sub-list for field type_name } func init() { file_activity_activity_msg_proto_init() } func file_activity_activity_msg_proto_init() { if File_activity_activity_msg_proto != nil { return } file_comm_proto_init() file_activity_activity_db_proto_init() if !protoimpl.UnsafeEnabled { file_activity_activity_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityGetListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_activity_activity_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityGetListResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_activity_activity_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityGetHdDataReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_activity_activity_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityGetHdDataResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_activity_activity_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityGetRewardReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_activity_activity_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityGetRewardResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_activity_activity_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityTurntableRewardReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_activity_activity_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityTurntableRewardResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_activity_activity_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityDataChangePush); 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_msg_proto_rawDesc, NumEnums: 0, NumMessages: 9, NumExtensions: 0, NumServices: 0, }, GoTypes: file_activity_activity_msg_proto_goTypes, DependencyIndexes: file_activity_activity_msg_proto_depIdxs, MessageInfos: file_activity_activity_msg_proto_msgTypes, }.Build() File_activity_activity_msg_proto = out.File file_activity_activity_msg_proto_rawDesc = nil file_activity_activity_msg_proto_goTypes = nil file_activity_activity_msg_proto_depIdxs = nil }