|
@@ -961,12 +961,67 @@ func (x *ListPageRequest) GetOffset() int64 {
|
|
|
return 0
|
|
return 0
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+type ListPage2Request struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ NextId string `protobuf:"bytes,1,opt,name=nextId,proto3" json:"nextId"`
|
|
|
|
|
+ Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ListPage2Request) Reset() {
|
|
|
|
|
+ *x = ListPage2Request{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[13]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ListPage2Request) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*ListPage2Request) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ListPage2Request) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[13]
|
|
|
|
|
+ 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 ListPage2Request.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*ListPage2Request) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{13}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ListPage2Request) GetNextId() string {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.NextId
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *ListPage2Request) GetOffset() int64 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.Offset
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
type ListPageAndPersonRequest struct {
|
|
type ListPageAndPersonRequest struct {
|
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
- NextId int64 `protobuf:"varint,1,opt,name=nextId,proto3" json:"nextId"`
|
|
|
|
|
|
|
+ NextId string `protobuf:"bytes,1,opt,name=nextId,proto3" json:"nextId"`
|
|
|
Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset"`
|
|
Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset"`
|
|
|
PersonID string `protobuf:"bytes,3,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
|
|
PersonID string `protobuf:"bytes,3,opt,name=personID,proto3" json:"personID"` // 查询目标的ID
|
|
|
PersonType string `protobuf:"bytes,4,opt,name=personType,proto3" json:"personType"` // 类型
|
|
PersonType string `protobuf:"bytes,4,opt,name=personType,proto3" json:"personType"` // 类型
|
|
@@ -975,7 +1030,7 @@ type ListPageAndPersonRequest struct {
|
|
|
func (x *ListPageAndPersonRequest) Reset() {
|
|
func (x *ListPageAndPersonRequest) Reset() {
|
|
|
*x = ListPageAndPersonRequest{}
|
|
*x = ListPageAndPersonRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[13]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[14]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -988,7 +1043,7 @@ func (x *ListPageAndPersonRequest) String() string {
|
|
|
func (*ListPageAndPersonRequest) ProtoMessage() {}
|
|
func (*ListPageAndPersonRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *ListPageAndPersonRequest) ProtoReflect() protoreflect.Message {
|
|
func (x *ListPageAndPersonRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[13]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[14]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1001,14 +1056,14 @@ func (x *ListPageAndPersonRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use ListPageAndPersonRequest.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use ListPageAndPersonRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*ListPageAndPersonRequest) Descriptor() ([]byte, []int) {
|
|
func (*ListPageAndPersonRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{13}
|
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{14}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *ListPageAndPersonRequest) GetNextId() int64 {
|
|
|
|
|
|
|
+func (x *ListPageAndPersonRequest) GetNextId() string {
|
|
|
if x != nil {
|
|
if x != nil {
|
|
|
return x.NextId
|
|
return x.NextId
|
|
|
}
|
|
}
|
|
|
- return 0
|
|
|
|
|
|
|
+ return ""
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *ListPageAndPersonRequest) GetOffset() int64 {
|
|
func (x *ListPageAndPersonRequest) GetOffset() int64 {
|
|
@@ -1043,7 +1098,7 @@ type SendPhoneCodeRequest struct {
|
|
|
func (x *SendPhoneCodeRequest) Reset() {
|
|
func (x *SendPhoneCodeRequest) Reset() {
|
|
|
*x = SendPhoneCodeRequest{}
|
|
*x = SendPhoneCodeRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[14]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[15]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -1056,7 +1111,7 @@ func (x *SendPhoneCodeRequest) String() string {
|
|
|
func (*SendPhoneCodeRequest) ProtoMessage() {}
|
|
func (*SendPhoneCodeRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *SendPhoneCodeRequest) ProtoReflect() protoreflect.Message {
|
|
func (x *SendPhoneCodeRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[14]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[15]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1069,7 +1124,7 @@ func (x *SendPhoneCodeRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use SendPhoneCodeRequest.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use SendPhoneCodeRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*SendPhoneCodeRequest) Descriptor() ([]byte, []int) {
|
|
func (*SendPhoneCodeRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{14}
|
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{15}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *SendPhoneCodeRequest) GetPhone() string {
|
|
func (x *SendPhoneCodeRequest) GetPhone() string {
|
|
@@ -1091,7 +1146,7 @@ type CheckPhoneCodeRequest struct {
|
|
|
func (x *CheckPhoneCodeRequest) Reset() {
|
|
func (x *CheckPhoneCodeRequest) Reset() {
|
|
|
*x = CheckPhoneCodeRequest{}
|
|
*x = CheckPhoneCodeRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[15]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[16]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -1104,7 +1159,7 @@ func (x *CheckPhoneCodeRequest) String() string {
|
|
|
func (*CheckPhoneCodeRequest) ProtoMessage() {}
|
|
func (*CheckPhoneCodeRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *CheckPhoneCodeRequest) ProtoReflect() protoreflect.Message {
|
|
func (x *CheckPhoneCodeRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[15]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[16]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1117,7 +1172,7 @@ func (x *CheckPhoneCodeRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use CheckPhoneCodeRequest.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use CheckPhoneCodeRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*CheckPhoneCodeRequest) Descriptor() ([]byte, []int) {
|
|
func (*CheckPhoneCodeRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{15}
|
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{16}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *CheckPhoneCodeRequest) GetPhone() string {
|
|
func (x *CheckPhoneCodeRequest) GetPhone() string {
|
|
@@ -1145,7 +1200,7 @@ type UploadMaterialResponse struct {
|
|
|
func (x *UploadMaterialResponse) Reset() {
|
|
func (x *UploadMaterialResponse) Reset() {
|
|
|
*x = UploadMaterialResponse{}
|
|
*x = UploadMaterialResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[16]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[17]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -1158,7 +1213,7 @@ func (x *UploadMaterialResponse) String() string {
|
|
|
func (*UploadMaterialResponse) ProtoMessage() {}
|
|
func (*UploadMaterialResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *UploadMaterialResponse) ProtoReflect() protoreflect.Message {
|
|
func (x *UploadMaterialResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[16]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[17]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1171,7 +1226,7 @@ func (x *UploadMaterialResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use UploadMaterialResponse.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use UploadMaterialResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*UploadMaterialResponse) Descriptor() ([]byte, []int) {
|
|
func (*UploadMaterialResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{16}
|
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{17}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *UploadMaterialResponse) GetLink() string {
|
|
func (x *UploadMaterialResponse) GetLink() string {
|
|
@@ -1192,7 +1247,7 @@ type Ids struct {
|
|
|
func (x *Ids) Reset() {
|
|
func (x *Ids) Reset() {
|
|
|
*x = Ids{}
|
|
*x = Ids{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[17]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[18]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -1205,7 +1260,7 @@ func (x *Ids) String() string {
|
|
|
func (*Ids) ProtoMessage() {}
|
|
func (*Ids) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *Ids) ProtoReflect() protoreflect.Message {
|
|
func (x *Ids) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[17]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[18]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1218,7 +1273,7 @@ func (x *Ids) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use Ids.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use Ids.ProtoReflect.Descriptor instead.
|
|
|
func (*Ids) Descriptor() ([]byte, []int) {
|
|
func (*Ids) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{17}
|
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{18}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *Ids) GetIds() []int64 {
|
|
func (x *Ids) GetIds() []int64 {
|
|
@@ -1239,7 +1294,7 @@ type TagListReply struct {
|
|
|
func (x *TagListReply) Reset() {
|
|
func (x *TagListReply) Reset() {
|
|
|
*x = TagListReply{}
|
|
*x = TagListReply{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[18]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[19]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -1252,7 +1307,7 @@ func (x *TagListReply) String() string {
|
|
|
func (*TagListReply) ProtoMessage() {}
|
|
func (*TagListReply) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *TagListReply) ProtoReflect() protoreflect.Message {
|
|
func (x *TagListReply) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[18]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[19]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1265,7 +1320,7 @@ func (x *TagListReply) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use TagListReply.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use TagListReply.ProtoReflect.Descriptor instead.
|
|
|
func (*TagListReply) Descriptor() ([]byte, []int) {
|
|
func (*TagListReply) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{18}
|
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{19}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *TagListReply) GetList() []*TagList {
|
|
func (x *TagListReply) GetList() []*TagList {
|
|
@@ -1287,7 +1342,7 @@ type TagList struct {
|
|
|
func (x *TagList) Reset() {
|
|
func (x *TagList) Reset() {
|
|
|
*x = TagList{}
|
|
*x = TagList{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[19]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[20]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -1300,7 +1355,7 @@ func (x *TagList) String() string {
|
|
|
func (*TagList) ProtoMessage() {}
|
|
func (*TagList) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *TagList) ProtoReflect() protoreflect.Message {
|
|
func (x *TagList) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[19]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[20]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1313,7 +1368,7 @@ func (x *TagList) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use TagList.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use TagList.ProtoReflect.Descriptor instead.
|
|
|
func (*TagList) Descriptor() ([]byte, []int) {
|
|
func (*TagList) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{19}
|
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{20}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *TagList) GetId() int64 {
|
|
func (x *TagList) GetId() int64 {
|
|
@@ -1341,7 +1396,7 @@ type SexReq struct {
|
|
|
func (x *SexReq) Reset() {
|
|
func (x *SexReq) Reset() {
|
|
|
*x = SexReq{}
|
|
*x = SexReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[20]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[21]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -1354,7 +1409,7 @@ func (x *SexReq) String() string {
|
|
|
func (*SexReq) ProtoMessage() {}
|
|
func (*SexReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *SexReq) ProtoReflect() protoreflect.Message {
|
|
func (x *SexReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[20]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[21]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1367,7 +1422,7 @@ func (x *SexReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use SexReq.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use SexReq.ProtoReflect.Descriptor instead.
|
|
|
func (*SexReq) Descriptor() ([]byte, []int) {
|
|
func (*SexReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{20}
|
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{21}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *SexReq) GetSex() int64 {
|
|
func (x *SexReq) GetSex() int64 {
|
|
@@ -1388,7 +1443,7 @@ type RandomIntroduceReply struct {
|
|
|
func (x *RandomIntroduceReply) Reset() {
|
|
func (x *RandomIntroduceReply) Reset() {
|
|
|
*x = RandomIntroduceReply{}
|
|
*x = RandomIntroduceReply{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[21]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[22]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -1401,7 +1456,7 @@ func (x *RandomIntroduceReply) String() string {
|
|
|
func (*RandomIntroduceReply) ProtoMessage() {}
|
|
func (*RandomIntroduceReply) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *RandomIntroduceReply) ProtoReflect() protoreflect.Message {
|
|
func (x *RandomIntroduceReply) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[21]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[22]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1414,7 +1469,7 @@ func (x *RandomIntroduceReply) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use RandomIntroduceReply.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use RandomIntroduceReply.ProtoReflect.Descriptor instead.
|
|
|
func (*RandomIntroduceReply) Descriptor() ([]byte, []int) {
|
|
func (*RandomIntroduceReply) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{21}
|
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{22}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *RandomIntroduceReply) GetIntroduce() string {
|
|
func (x *RandomIntroduceReply) GetIntroduce() string {
|
|
@@ -1445,7 +1500,7 @@ type UpdateInformationRequest struct {
|
|
|
func (x *UpdateInformationRequest) Reset() {
|
|
func (x *UpdateInformationRequest) Reset() {
|
|
|
*x = UpdateInformationRequest{}
|
|
*x = UpdateInformationRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[22]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[23]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -1458,7 +1513,7 @@ func (x *UpdateInformationRequest) String() string {
|
|
|
func (*UpdateInformationRequest) ProtoMessage() {}
|
|
func (*UpdateInformationRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *UpdateInformationRequest) ProtoReflect() protoreflect.Message {
|
|
func (x *UpdateInformationRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[22]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[23]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1471,7 +1526,7 @@ func (x *UpdateInformationRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use UpdateInformationRequest.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use UpdateInformationRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*UpdateInformationRequest) Descriptor() ([]byte, []int) {
|
|
func (*UpdateInformationRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{22}
|
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{23}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *UpdateInformationRequest) GetNickname() string {
|
|
func (x *UpdateInformationRequest) GetNickname() string {
|
|
@@ -1563,7 +1618,7 @@ type OnlinePersonListReply struct {
|
|
|
func (x *OnlinePersonListReply) Reset() {
|
|
func (x *OnlinePersonListReply) Reset() {
|
|
|
*x = OnlinePersonListReply{}
|
|
*x = OnlinePersonListReply{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[23]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[24]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -1576,7 +1631,7 @@ func (x *OnlinePersonListReply) String() string {
|
|
|
func (*OnlinePersonListReply) ProtoMessage() {}
|
|
func (*OnlinePersonListReply) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *OnlinePersonListReply) ProtoReflect() protoreflect.Message {
|
|
func (x *OnlinePersonListReply) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[23]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[24]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1589,7 +1644,7 @@ func (x *OnlinePersonListReply) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use OnlinePersonListReply.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use OnlinePersonListReply.ProtoReflect.Descriptor instead.
|
|
|
func (*OnlinePersonListReply) Descriptor() ([]byte, []int) {
|
|
func (*OnlinePersonListReply) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{23}
|
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{24}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *OnlinePersonListReply) GetList() []*OnlinePersonInfo {
|
|
func (x *OnlinePersonListReply) GetList() []*OnlinePersonInfo {
|
|
@@ -1627,7 +1682,7 @@ type OnlinePersonInfo struct {
|
|
|
func (x *OnlinePersonInfo) Reset() {
|
|
func (x *OnlinePersonInfo) Reset() {
|
|
|
*x = OnlinePersonInfo{}
|
|
*x = OnlinePersonInfo{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[24]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[25]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
}
|
|
@@ -1640,7 +1695,7 @@ func (x *OnlinePersonInfo) String() string {
|
|
|
func (*OnlinePersonInfo) ProtoMessage() {}
|
|
func (*OnlinePersonInfo) ProtoMessage() {}
|
|
|
|
|
|
|
|
func (x *OnlinePersonInfo) ProtoReflect() protoreflect.Message {
|
|
func (x *OnlinePersonInfo) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[24]
|
|
|
|
|
|
|
+ mi := &file_common_proto_msgTypes[25]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1653,7 +1708,7 @@ func (x *OnlinePersonInfo) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
// Deprecated: Use OnlinePersonInfo.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use OnlinePersonInfo.ProtoReflect.Descriptor instead.
|
|
|
func (*OnlinePersonInfo) Descriptor() ([]byte, []int) {
|
|
func (*OnlinePersonInfo) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{24}
|
|
|
|
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{25}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x *OnlinePersonInfo) GetPersonID() string {
|
|
func (x *OnlinePersonInfo) GetPersonID() string {
|
|
@@ -1842,89 +1897,94 @@ var file_common_proto_rawDesc = []byte{
|
|
|
0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78,
|
|
0x67, 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,
|
|
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,
|
|
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, 0x22, 0x86, 0x01, 0x0a, 0x18, 0x4c, 0x69,
|
|
|
|
|
- 0x73, 0x74, 0x50, 0x61, 0x67, 0x65, 0x41, 0x6e, 0x64, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 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, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
|
|
- 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
|
|
- 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
|
|
|
|
|
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79,
|
|
|
|
|
- 0x70, 0x65, 0x22, 0x2c, 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x64, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43,
|
|
|
|
|
- 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68,
|
|
|
|
|
- 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65,
|
|
|
|
|
- 0x22, 0x41, 0x0a, 0x15, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x43, 0x6f,
|
|
|
|
|
- 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f,
|
|
|
|
|
- 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12,
|
|
|
|
|
- 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63,
|
|
|
|
|
- 0x6f, 0x64, 0x65, 0x22, 0x2c, 0x0a, 0x16, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x4d, 0x61, 0x74,
|
|
|
|
|
- 0x65, 0x72, 0x69, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a,
|
|
|
|
|
- 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x6e,
|
|
|
|
|
- 0x6b, 0x22, 0x17, 0x0a, 0x03, 0x49, 0x64, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18,
|
|
|
|
|
- 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x03, 0x69, 0x64, 0x73, 0x22, 0x37, 0x0a, 0x0c, 0x54, 0x61,
|
|
|
|
|
- 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x27, 0x0a, 0x04, 0x6c, 0x69,
|
|
|
|
|
- 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
|
|
|
|
|
- 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x04, 0x6c,
|
|
|
|
|
- 0x69, 0x73, 0x74, 0x22, 0x2d, 0x0a, 0x07, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0e,
|
|
|
|
|
- 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12,
|
|
|
|
|
- 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
|
|
|
|
|
- 0x6d, 0x65, 0x22, 0x1a, 0x0a, 0x06, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03,
|
|
|
|
|
- 0x73, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x22, 0x34,
|
|
|
|
|
- 0x0a, 0x14, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63,
|
|
|
|
|
- 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64,
|
|
|
|
|
- 0x75, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x74, 0x72, 0x6f,
|
|
|
|
|
- 0x64, 0x75, 0x63, 0x65, 0x22, 0xc2, 0x02, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49,
|
|
|
|
|
- 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
|
|
- 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
|
|
|
|
|
|
|
+ 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0x42, 0x0a, 0x10, 0x4c, 0x69, 0x73,
|
|
|
|
|
+ 0x74, 0x50, 0x61, 0x67, 0x65, 0x32, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a,
|
|
|
|
|
+ 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 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, 0x22, 0x86, 0x01,
|
|
|
|
|
+ 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x67, 0x65, 0x41, 0x6e, 0x64, 0x50, 0x65, 0x72,
|
|
|
|
|
+ 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65,
|
|
|
|
|
+ 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 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, 0x1a, 0x0a, 0x08, 0x70, 0x65,
|
|
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65,
|
|
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
|
|
+ 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73,
|
|
|
|
|
+ 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x22, 0x2c, 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x64, 0x50, 0x68,
|
|
|
|
|
+ 0x6f, 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14,
|
|
|
|
|
+ 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70,
|
|
|
|
|
+ 0x68, 0x6f, 0x6e, 0x65, 0x22, 0x41, 0x0a, 0x15, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x50, 0x68, 0x6f,
|
|
|
|
|
+ 0x6e, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a,
|
|
|
|
|
+ 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68,
|
|
|
|
|
+ 0x6f, 0x6e, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
|
+ 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x2c, 0x0a, 0x16, 0x55, 0x70, 0x6c, 0x6f, 0x61,
|
|
|
|
|
+ 0x64, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
|
|
+ 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
+ 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x22, 0x17, 0x0a, 0x03, 0x49, 0x64, 0x73, 0x12, 0x10, 0x0a, 0x03,
|
|
|
|
|
+ 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x03, 0x69, 0x64, 0x73, 0x22, 0x37,
|
|
|
|
|
+ 0x0a, 0x0c, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x27,
|
|
|
|
|
+ 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x61,
|
|
|
|
|
+ 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73,
|
|
|
|
|
+ 0x74, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x2d, 0x0a, 0x07, 0x54, 0x61, 0x67, 0x4c, 0x69,
|
|
|
|
|
+ 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02,
|
|
|
|
|
+ 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
+ 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x1a, 0x0a, 0x06, 0x53, 0x65, 0x78, 0x52, 0x65, 0x71,
|
|
|
|
|
+ 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73,
|
|
|
|
|
+ 0x65, 0x78, 0x22, 0x34, 0x0a, 0x14, 0x52, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x49, 0x6e, 0x74, 0x72,
|
|
|
|
|
+ 0x6f, 0x64, 0x75, 0x63, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x6e,
|
|
|
|
|
+ 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69,
|
|
|
|
|
+ 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x22, 0xc2, 0x02, 0x0a, 0x18, 0x55, 0x70, 0x64,
|
|
|
|
|
+ 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
|
|
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d,
|
|
|
|
|
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d,
|
|
|
|
|
+ 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x02,
|
|
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12,
|
|
|
|
|
+ 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65,
|
|
|
|
|
+ 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x18, 0x04, 0x20,
|
|
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x08, 0x62, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x12, 0x18, 0x0a,
|
|
|
|
|
+ 0x07, 0x74, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x03, 0x52, 0x07,
|
|
|
|
|
+ 0x74, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x6e, 0x74, 0x72, 0x6f,
|
|
|
|
|
+ 0x64, 0x75, 0x63, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
+ 0x0e, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x12,
|
|
|
|
|
+ 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x07, 0x20, 0x01,
|
|
|
|
|
+ 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x1a, 0x0a,
|
|
|
|
|
+ 0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52,
|
|
|
|
|
+ 0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f,
|
|
|
|
|
+ 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f,
|
|
|
|
|
+ 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x0a, 0x20,
|
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72, 0x65,
|
|
|
|
|
+ 0x61, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x61, 0x72, 0x65, 0x61, 0x22, 0x61, 0x0a,
|
|
|
|
|
+ 0x15, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73,
|
|
|
|
|
+ 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x30, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01,
|
|
|
|
|
+ 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
|
|
|
|
|
+ 0x6e, 0x2e, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x6e,
|
|
|
|
|
+ 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74,
|
|
|
|
|
+ 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64,
|
|
|
|
|
+ 0x22, 0xb4, 0x02, 0x0a, 0x10, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f,
|
|
|
|
|
+ 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
|
|
|
|
|
+ 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 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, 0x79, 0x70,
|
|
|
|
|
+ 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20,
|
|
|
0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a,
|
|
0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a,
|
|
|
- 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
|
|
+ 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
|
0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73,
|
|
0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73,
|
|
|
- 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1a, 0x0a,
|
|
|
|
|
- 0x08, 0x62, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
|
|
- 0x08, 0x62, 0x69, 0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x67,
|
|
|
|
|
- 0x4c, 0x69, 0x73, 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x03, 0x52, 0x07, 0x74, 0x61, 0x67, 0x4c,
|
|
|
|
|
- 0x69, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65,
|
|
|
|
|
- 0x56, 0x6f, 0x69, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x6e, 0x74,
|
|
|
|
|
- 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x73,
|
|
|
|
|
- 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
|
|
|
|
|
- 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x69, 0x63,
|
|
|
|
|
- 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x70, 0x69, 0x63,
|
|
|
|
|
- 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63,
|
|
|
|
|
- 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63,
|
|
|
|
|
- 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
- 0x04, 0x63, 0x69, 0x74, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72, 0x65, 0x61, 0x18, 0x0b, 0x20,
|
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x04, 0x61, 0x72, 0x65, 0x61, 0x22, 0x61, 0x0a, 0x15, 0x4f, 0x6e, 0x6c,
|
|
|
|
|
- 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70,
|
|
|
|
|
- 0x6c, 0x79, 0x12, 0x30, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
|
|
|
|
|
- 0x32, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4f, 0x6e,
|
|
|
|
|
- 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04,
|
|
|
|
|
- 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02,
|
|
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0xb4, 0x02, 0x0a,
|
|
|
|
|
- 0x10, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x6e, 0x66,
|
|
|
|
|
- 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20,
|
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 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, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a,
|
|
|
|
|
- 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
- 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61,
|
|
|
|
|
- 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76,
|
|
|
|
|
- 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05,
|
|
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65,
|
|
|
|
|
- 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x63,
|
|
|
|
|
- 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01,
|
|
|
|
|
- 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f,
|
|
|
|
|
- 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x18, 0x08,
|
|
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12,
|
|
|
|
|
- 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28,
|
|
|
|
|
- 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63,
|
|
|
|
|
- 0x69, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x12,
|
|
|
|
|
- 0x12, 0x0a, 0x04, 0x61, 0x72, 0x65, 0x61, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x61,
|
|
|
|
|
- 0x72, 0x65, 0x61, 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,
|
|
|
|
|
|
|
+ 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x10, 0x0a,
|
|
|
|
|
+ 0x03, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12,
|
|
|
|
|
+ 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
|
+ 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c,
|
|
|
|
|
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75,
|
|
|
|
|
+ 0x72, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74,
|
|
|
|
|
+ 0x75, 0x72, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18,
|
|
|
|
|
+ 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12,
|
|
|
|
|
+ 0x12, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63,
|
|
|
|
|
+ 0x69, 0x74, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72, 0x65, 0x61, 0x18, 0x0b, 0x20, 0x01, 0x28,
|
|
|
|
|
+ 0x09, 0x52, 0x04, 0x61, 0x72, 0x65, 0x61, 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 (
|
|
@@ -1939,7 +1999,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, 25)
|
|
|
|
|
|
|
+var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 26)
|
|
|
var file_common_proto_goTypes = []interface{}{
|
|
var file_common_proto_goTypes = []interface{}{
|
|
|
(*UserAndPartnerIdParam)(nil), // 0: api.common.UserAndPartnerIdParam
|
|
(*UserAndPartnerIdParam)(nil), // 0: api.common.UserAndPartnerIdParam
|
|
|
(*User1AndUser2IdParam)(nil), // 1: api.common.User1AndUser2IdParam
|
|
(*User1AndUser2IdParam)(nil), // 1: api.common.User1AndUser2IdParam
|
|
@@ -1954,24 +2014,25 @@ var file_common_proto_goTypes = []interface{}{
|
|
|
(*PersonDBReply)(nil), // 10: api.common.PersonDBReply
|
|
(*PersonDBReply)(nil), // 10: api.common.PersonDBReply
|
|
|
(*PersonDB)(nil), // 11: api.common.PersonDB
|
|
(*PersonDB)(nil), // 11: api.common.PersonDB
|
|
|
(*ListPageRequest)(nil), // 12: api.common.ListPageRequest
|
|
(*ListPageRequest)(nil), // 12: api.common.ListPageRequest
|
|
|
- (*ListPageAndPersonRequest)(nil), // 13: api.common.ListPageAndPersonRequest
|
|
|
|
|
- (*SendPhoneCodeRequest)(nil), // 14: api.common.SendPhoneCodeRequest
|
|
|
|
|
- (*CheckPhoneCodeRequest)(nil), // 15: api.common.CheckPhoneCodeRequest
|
|
|
|
|
- (*UploadMaterialResponse)(nil), // 16: api.common.UploadMaterialResponse
|
|
|
|
|
- (*Ids)(nil), // 17: api.common.Ids
|
|
|
|
|
- (*TagListReply)(nil), // 18: api.common.TagListReply
|
|
|
|
|
- (*TagList)(nil), // 19: api.common.TagList
|
|
|
|
|
- (*SexReq)(nil), // 20: api.common.SexReq
|
|
|
|
|
- (*RandomIntroduceReply)(nil), // 21: api.common.RandomIntroduceReply
|
|
|
|
|
- (*UpdateInformationRequest)(nil), // 22: api.common.UpdateInformationRequest
|
|
|
|
|
- (*OnlinePersonListReply)(nil), // 23: api.common.OnlinePersonListReply
|
|
|
|
|
- (*OnlinePersonInfo)(nil), // 24: api.common.OnlinePersonInfo
|
|
|
|
|
|
|
+ (*ListPage2Request)(nil), // 13: api.common.ListPage2Request
|
|
|
|
|
+ (*ListPageAndPersonRequest)(nil), // 14: api.common.ListPageAndPersonRequest
|
|
|
|
|
+ (*SendPhoneCodeRequest)(nil), // 15: api.common.SendPhoneCodeRequest
|
|
|
|
|
+ (*CheckPhoneCodeRequest)(nil), // 16: api.common.CheckPhoneCodeRequest
|
|
|
|
|
+ (*UploadMaterialResponse)(nil), // 17: api.common.UploadMaterialResponse
|
|
|
|
|
+ (*Ids)(nil), // 18: api.common.Ids
|
|
|
|
|
+ (*TagListReply)(nil), // 19: api.common.TagListReply
|
|
|
|
|
+ (*TagList)(nil), // 20: api.common.TagList
|
|
|
|
|
+ (*SexReq)(nil), // 21: api.common.SexReq
|
|
|
|
|
+ (*RandomIntroduceReply)(nil), // 22: api.common.RandomIntroduceReply
|
|
|
|
|
+ (*UpdateInformationRequest)(nil), // 23: api.common.UpdateInformationRequest
|
|
|
|
|
+ (*OnlinePersonListReply)(nil), // 24: api.common.OnlinePersonListReply
|
|
|
|
|
+ (*OnlinePersonInfo)(nil), // 25: api.common.OnlinePersonInfo
|
|
|
}
|
|
}
|
|
|
var file_common_proto_depIdxs = []int32{
|
|
var file_common_proto_depIdxs = []int32{
|
|
|
- 19, // 0: api.common.HomeInfo.tagList:type_name -> api.common.TagList
|
|
|
|
|
|
|
+ 20, // 0: api.common.HomeInfo.tagList:type_name -> api.common.TagList
|
|
|
11, // 1: api.common.PersonDBReply.list:type_name -> api.common.PersonDB
|
|
11, // 1: api.common.PersonDBReply.list:type_name -> api.common.PersonDB
|
|
|
- 19, // 2: api.common.TagListReply.list:type_name -> api.common.TagList
|
|
|
|
|
- 24, // 3: api.common.OnlinePersonListReply.list:type_name -> api.common.OnlinePersonInfo
|
|
|
|
|
|
|
+ 20, // 2: api.common.TagListReply.list:type_name -> api.common.TagList
|
|
|
|
|
+ 25, // 3: api.common.OnlinePersonListReply.list:type_name -> api.common.OnlinePersonInfo
|
|
|
4, // [4:4] is the sub-list for method output_type
|
|
4, // [4:4] is the sub-list for method output_type
|
|
|
4, // [4:4] is the sub-list for method input_type
|
|
4, // [4:4] is the sub-list for method input_type
|
|
|
4, // [4:4] is the sub-list for extension type_name
|
|
4, // [4:4] is the sub-list for extension type_name
|
|
@@ -2142,7 +2203,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_common_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ListPageAndPersonRequest); i {
|
|
|
|
|
|
|
+ switch v := v.(*ListPage2Request); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -2154,7 +2215,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_common_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*SendPhoneCodeRequest); i {
|
|
|
|
|
|
|
+ switch v := v.(*ListPageAndPersonRequest); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -2166,7 +2227,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_common_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*CheckPhoneCodeRequest); i {
|
|
|
|
|
|
|
+ switch v := v.(*SendPhoneCodeRequest); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -2178,7 +2239,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_common_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*UploadMaterialResponse); i {
|
|
|
|
|
|
|
+ switch v := v.(*CheckPhoneCodeRequest); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -2190,7 +2251,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_common_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*Ids); i {
|
|
|
|
|
|
|
+ switch v := v.(*UploadMaterialResponse); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -2202,7 +2263,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_common_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*TagListReply); i {
|
|
|
|
|
|
|
+ switch v := v.(*Ids); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -2214,7 +2275,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_common_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*TagList); i {
|
|
|
|
|
|
|
+ switch v := v.(*TagListReply); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -2226,7 +2287,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_common_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*SexReq); i {
|
|
|
|
|
|
|
+ switch v := v.(*TagList); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -2238,7 +2299,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_common_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*RandomIntroduceReply); i {
|
|
|
|
|
|
|
+ switch v := v.(*SexReq); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -2250,7 +2311,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_common_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*UpdateInformationRequest); i {
|
|
|
|
|
|
|
+ switch v := v.(*RandomIntroduceReply); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -2262,7 +2323,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_common_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*OnlinePersonListReply); i {
|
|
|
|
|
|
|
+ switch v := v.(*UpdateInformationRequest); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -2274,6 +2335,18 @@ func file_common_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_common_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
file_common_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*OnlinePersonListReply); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ file_common_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*OnlinePersonInfo); i {
|
|
switch v := v.(*OnlinePersonInfo); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
@@ -2292,7 +2365,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: 25,
|
|
|
|
|
|
|
+ NumMessages: 26,
|
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
|
NumServices: 0,
|
|
NumServices: 0,
|
|
|
},
|
|
},
|