|
|
@@ -3097,6 +3097,108 @@ func (x *CommonTextList) GetList() []string {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
+type MemeTitleList struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ List []*MemeTitle `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` // 需要的数据集合(随机表情包、随机打招呼)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MemeTitleList) Reset() {
|
|
|
+ *x = MemeTitleList{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_common_proto_msgTypes[45]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MemeTitleList) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*MemeTitleList) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *MemeTitleList) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[45]
|
|
|
+ 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 MemeTitleList.ProtoReflect.Descriptor instead.
|
|
|
+func (*MemeTitleList) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{45}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MemeTitleList) GetList() []*MemeTitle {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type MemeTitle struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` // 名称
|
|
|
+ Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type"` // 类型
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MemeTitle) Reset() {
|
|
|
+ *x = MemeTitle{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_common_proto_msgTypes[46]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MemeTitle) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*MemeTitle) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *MemeTitle) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[46]
|
|
|
+ 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 MemeTitle.ProtoReflect.Descriptor instead.
|
|
|
+func (*MemeTitle) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{46}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MemeTitle) GetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Name
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *MemeTitle) GetType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Type
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
type MemeList struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
@@ -3109,7 +3211,7 @@ type MemeList struct {
|
|
|
func (x *MemeList) Reset() {
|
|
|
*x = MemeList{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[45]
|
|
|
+ mi := &file_common_proto_msgTypes[47]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -3122,7 +3224,7 @@ func (x *MemeList) String() string {
|
|
|
func (*MemeList) ProtoMessage() {}
|
|
|
|
|
|
func (x *MemeList) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[45]
|
|
|
+ mi := &file_common_proto_msgTypes[47]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -3135,7 +3237,7 @@ func (x *MemeList) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use MemeList.ProtoReflect.Descriptor instead.
|
|
|
func (*MemeList) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{45}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{47}
|
|
|
}
|
|
|
|
|
|
func (x *MemeList) GetList() []string {
|
|
|
@@ -3164,7 +3266,7 @@ type ChatTopicList struct {
|
|
|
func (x *ChatTopicList) Reset() {
|
|
|
*x = ChatTopicList{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[46]
|
|
|
+ mi := &file_common_proto_msgTypes[48]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -3177,7 +3279,7 @@ func (x *ChatTopicList) String() string {
|
|
|
func (*ChatTopicList) ProtoMessage() {}
|
|
|
|
|
|
func (x *ChatTopicList) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[46]
|
|
|
+ mi := &file_common_proto_msgTypes[48]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -3190,7 +3292,7 @@ func (x *ChatTopicList) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ChatTopicList.ProtoReflect.Descriptor instead.
|
|
|
func (*ChatTopicList) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{46}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{48}
|
|
|
}
|
|
|
|
|
|
func (x *ChatTopicList) GetList() []string {
|
|
|
@@ -3545,19 +3647,26 @@ var file_common_proto_rawDesc = []byte{
|
|
|
0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70,
|
|
|
0x65, 0x22, 0x24, 0x0a, 0x0e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x54, 0x65, 0x78, 0x74, 0x4c,
|
|
|
0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28,
|
|
|
- 0x09, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x36, 0x0a, 0x08, 0x4d, 0x65, 0x6d, 0x65, 0x4c,
|
|
|
- 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28,
|
|
|
- 0x09, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49,
|
|
|
- 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22,
|
|
|
- 0x3b, 0x0a, 0x0d, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x4c, 0x69, 0x73, 0x74,
|
|
|
- 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04,
|
|
|
- 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02,
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x42, 0x43, 0x0a, 0x0a,
|
|
|
- 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x33, 0x67, 0x69,
|
|
|
- 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72,
|
|
|
- 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f,
|
|
|
- 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x3b, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
|
|
|
- 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x09, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x3a, 0x0a, 0x0d, 0x4d, 0x65, 0x6d, 0x65, 0x54,
|
|
|
+ 0x69, 0x74, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x29, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74,
|
|
|
+ 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d,
|
|
|
+ 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x65, 0x6d, 0x65, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x52, 0x04, 0x6c,
|
|
|
+ 0x69, 0x73, 0x74, 0x22, 0x33, 0x0a, 0x09, 0x4d, 0x65, 0x6d, 0x65, 0x54, 0x69, 0x74, 0x6c, 0x65,
|
|
|
+ 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
|
|
+ 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
|
+ 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x36, 0x0a, 0x08, 0x4d, 0x65, 0x6d, 0x65,
|
|
|
+ 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03,
|
|
|
+ 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74,
|
|
|
+ 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64,
|
|
|
+ 0x22, 0x3b, 0x0a, 0x0d, 0x43, 0x68, 0x61, 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x4c, 0x69, 0x73,
|
|
|
+ 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52,
|
|
|
+ 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18,
|
|
|
+ 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x42, 0x43, 0x0a,
|
|
|
+ 0x0a, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x33, 0x67,
|
|
|
+ 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65,
|
|
|
+ 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
|
|
|
+ 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x3b, 0x63, 0x6f, 0x6d, 0x6d,
|
|
|
+ 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
|
@@ -3572,7 +3681,7 @@ func file_common_proto_rawDescGZIP() []byte {
|
|
|
return file_common_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 47)
|
|
|
+var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 49)
|
|
|
var file_common_proto_goTypes = []interface{}{
|
|
|
(*UserAndPartnerIdentifyIdParam)(nil), // 0: api.common.UserAndPartnerIdentifyIdParam
|
|
|
(*UserAndPartnerParam)(nil), // 1: api.common.UserAndPartnerParam
|
|
|
@@ -3619,8 +3728,10 @@ var file_common_proto_goTypes = []interface{}{
|
|
|
(*RandomNumAndSex)(nil), // 42: api.common.RandomNumAndSex
|
|
|
(*MemeRequest)(nil), // 43: api.common.MemeRequest
|
|
|
(*CommonTextList)(nil), // 44: api.common.CommonTextList
|
|
|
- (*MemeList)(nil), // 45: api.common.MemeList
|
|
|
- (*ChatTopicList)(nil), // 46: api.common.ChatTopicList
|
|
|
+ (*MemeTitleList)(nil), // 45: api.common.MemeTitleList
|
|
|
+ (*MemeTitle)(nil), // 46: api.common.MemeTitle
|
|
|
+ (*MemeList)(nil), // 47: api.common.MemeList
|
|
|
+ (*ChatTopicList)(nil), // 48: api.common.ChatTopicList
|
|
|
}
|
|
|
var file_common_proto_depIdxs = []int32{
|
|
|
25, // 0: api.common.HomeInfo.tagList:type_name -> api.common.TagList
|
|
|
@@ -3631,11 +3742,12 @@ var file_common_proto_depIdxs = []int32{
|
|
|
33, // 5: api.common.ChatRoomMsg.self:type_name -> api.common.ChatPersonMsg
|
|
|
33, // 6: api.common.ChatRoomMsg.other:type_name -> api.common.ChatPersonMsg
|
|
|
36, // 7: api.common.ChatRecordInfo.message:type_name -> api.common.Message
|
|
|
- 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
|
|
|
+ 46, // 8: api.common.MemeTitleList.list:type_name -> api.common.MemeTitle
|
|
|
+ 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_common_proto_init() }
|
|
|
@@ -4185,7 +4297,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*MemeList); i {
|
|
|
+ switch v := v.(*MemeTitleList); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -4197,6 +4309,30 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*MemeTitle); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_common_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*MemeList); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_common_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*ChatTopicList); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -4215,7 +4351,7 @@ func file_common_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_common_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 47,
|
|
|
+ NumMessages: 49,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 0,
|
|
|
},
|