|
@@ -2822,6 +2822,328 @@ func (x *BalanceRequest) GetBalance() int64 {
|
|
|
return 0
|
|
return 0
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+type RandomNum struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ Num int64 `protobuf:"varint,1,opt,name=num,proto3" json:"num"` // 随机的数量
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *RandomNum) Reset() {
|
|
|
|
|
+ *x = RandomNum{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[40]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *RandomNum) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*RandomNum) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *RandomNum) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[40]
|
|
|
|
|
+ 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 RandomNum.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*RandomNum) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{40}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *RandomNum) GetNum() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.Num
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+type RandomNumAndSex struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ Num int64 `protobuf:"varint,1,opt,name=num,proto3" json:"num"` // 随机的数量
|
|
|
|
|
+ Sex int64 `protobuf:"varint,2,opt,name=sex,proto3" json:"sex"` // 性别
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *RandomNumAndSex) Reset() {
|
|
|
|
|
+ *x = RandomNumAndSex{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[41]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *RandomNumAndSex) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*RandomNumAndSex) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *RandomNumAndSex) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[41]
|
|
|
|
|
+ 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 RandomNumAndSex.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*RandomNumAndSex) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{41}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *RandomNumAndSex) GetNum() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.Num
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *RandomNumAndSex) GetSex() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.Sex
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+type MemeRequest struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ NextId int64 `protobuf:"varint,1,opt,name=nextId,proto3" json:"nextId"`
|
|
|
|
|
+ Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset"`
|
|
|
|
|
+ Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *MemeRequest) Reset() {
|
|
|
|
|
+ *x = MemeRequest{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[42]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *MemeRequest) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*MemeRequest) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *MemeRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[42]
|
|
|
|
|
+ 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 MemeRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*MemeRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{42}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *MemeRequest) GetNextId() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.NextId
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *MemeRequest) GetOffset() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.Offset
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *MemeRequest) GetType() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.Type
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+type CommonTextList struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ List []string `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` // 需要的数据集合(随机表情包、随机打招呼)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CommonTextList) Reset() {
|
|
|
|
|
+ *x = CommonTextList{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[43]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CommonTextList) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*CommonTextList) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CommonTextList) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[43]
|
|
|
|
|
+ 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 CommonTextList.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*CommonTextList) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{43}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *CommonTextList) GetList() []string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.List
|
|
|
|
|
+ }
|
|
|
|
|
+ return nil
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+type MemeList struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ List []string `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` // 表情包列表
|
|
|
|
|
+ NextId int64 `protobuf:"varint,2,opt,name=nextId,proto3" json:"nextId"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *MemeList) Reset() {
|
|
|
|
|
+ *x = MemeList{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[44]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *MemeList) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*MemeList) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *MemeList) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[44]
|
|
|
|
|
+ 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 MemeList.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*MemeList) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{44}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *MemeList) GetList() []string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.List
|
|
|
|
|
+ }
|
|
|
|
|
+ return nil
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *MemeList) GetNextId() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.NextId
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+type ChatTopicList struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ List []string `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` // 话题列表
|
|
|
|
|
+ NextId int64 `protobuf:"varint,2,opt,name=nextId,proto3" json:"nextId"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ChatTopicList) Reset() {
|
|
|
|
|
+ *x = ChatTopicList{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[45]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ChatTopicList) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*ChatTopicList) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ChatTopicList) 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 ChatTopicList.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*ChatTopicList) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{45}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ChatTopicList) GetList() []string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.List
|
|
|
|
|
+ }
|
|
|
|
|
+ return nil
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ChatTopicList) GetNextId() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.NextId
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
var File_common_proto protoreflect.FileDescriptor
|
|
var File_common_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
var file_common_proto_rawDesc = []byte{
|
|
var file_common_proto_rawDesc = []byte{
|
|
@@ -3141,12 +3463,32 @@ var file_common_proto_rawDesc = []byte{
|
|
|
0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70,
|
|
0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70,
|
|
|
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54,
|
|
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54,
|
|
|
0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x03,
|
|
0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x03,
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 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,
|
|
|
|
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x22, 0x1d, 0x0a,
|
|
|
|
|
+ 0x09, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75,
|
|
|
|
|
+ 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x22, 0x35, 0x0a, 0x0f,
|
|
|
|
|
+ 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x4e, 0x75, 0x6d, 0x41, 0x6e, 0x64, 0x53, 0x65, 0x78, 0x12,
|
|
|
|
|
+ 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x6e, 0x75,
|
|
|
|
|
+ 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03,
|
|
|
|
|
+ 0x73, 0x65, 0x78, 0x22, 0x51, 0x0a, 0x0b, 0x4d, 0x65, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
|
+ 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
|
+ 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66,
|
|
|
|
|
+ 0x66, 0x73, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73,
|
|
|
|
|
+ 0x65, 0x74, 0x12, 0x12, 0x0a, 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,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -3161,7 +3503,7 @@ func file_common_proto_rawDescGZIP() []byte {
|
|
|
return file_common_proto_rawDescData
|
|
return file_common_proto_rawDescData
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 40)
|
|
|
|
|
|
|
+var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 46)
|
|
|
var file_common_proto_goTypes = []interface{}{
|
|
var file_common_proto_goTypes = []interface{}{
|
|
|
(*UserAndPartnerIdentifyIdParam)(nil), // 0: api.common.UserAndPartnerIdentifyIdParam
|
|
(*UserAndPartnerIdentifyIdParam)(nil), // 0: api.common.UserAndPartnerIdentifyIdParam
|
|
|
(*UserAndPartnerParam)(nil), // 1: api.common.UserAndPartnerParam
|
|
(*UserAndPartnerParam)(nil), // 1: api.common.UserAndPartnerParam
|
|
@@ -3203,6 +3545,12 @@ var file_common_proto_goTypes = []interface{}{
|
|
|
(*FindChatRecordListRequest)(nil), // 37: api.common.FindChatRecordListRequest
|
|
(*FindChatRecordListRequest)(nil), // 37: api.common.FindChatRecordListRequest
|
|
|
(*IsLike)(nil), // 38: api.common.IsLike
|
|
(*IsLike)(nil), // 38: api.common.IsLike
|
|
|
(*BalanceRequest)(nil), // 39: api.common.BalanceRequest
|
|
(*BalanceRequest)(nil), // 39: api.common.BalanceRequest
|
|
|
|
|
+ (*RandomNum)(nil), // 40: api.common.RandomNum
|
|
|
|
|
+ (*RandomNumAndSex)(nil), // 41: api.common.RandomNumAndSex
|
|
|
|
|
+ (*MemeRequest)(nil), // 42: api.common.MemeRequest
|
|
|
|
|
+ (*CommonTextList)(nil), // 43: api.common.CommonTextList
|
|
|
|
|
+ (*MemeList)(nil), // 44: api.common.MemeList
|
|
|
|
|
+ (*ChatTopicList)(nil), // 45: api.common.ChatTopicList
|
|
|
}
|
|
}
|
|
|
var file_common_proto_depIdxs = []int32{
|
|
var file_common_proto_depIdxs = []int32{
|
|
|
24, // 0: api.common.HomeInfo.tagList:type_name -> api.common.TagList
|
|
24, // 0: api.common.HomeInfo.tagList:type_name -> api.common.TagList
|
|
@@ -3706,6 +4054,78 @@ func file_common_proto_init() {
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ file_common_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*RandomNum); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ file_common_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*RandomNumAndSex); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ file_common_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*MemeRequest); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ file_common_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*CommonTextList); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ file_common_proto_msgTypes[44].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[45].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*ChatTopicList); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
type x struct{}
|
|
type x struct{}
|
|
|
out := protoimpl.TypeBuilder{
|
|
out := protoimpl.TypeBuilder{
|
|
@@ -3713,7 +4133,7 @@ func file_common_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_common_proto_rawDesc,
|
|
RawDescriptor: file_common_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
NumEnums: 0,
|
|
|
- NumMessages: 40,
|
|
|
|
|
|
|
+ NumMessages: 46,
|
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
|
NumServices: 0,
|
|
NumServices: 0,
|
|
|
},
|
|
},
|