|
@@ -1,7 +1,7 @@
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// versions:
|
|
|
-// protoc-gen-go v1.28.0
|
|
|
-// protoc v3.15.5
|
|
|
+// protoc-gen-go v1.31.0
|
|
|
+// protoc v3.15.1
|
|
|
// source: bxcore.proto
|
|
|
|
|
|
//import "google/protobuf/any.proto";
|
|
@@ -994,7 +994,7 @@ func (x *SearchList) GetFsWord() []string {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-//物业专版 BI
|
|
|
+// 物业专版 BI
|
|
|
type BI struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1058,7 +1058,6 @@ func (x *BI) GetPropertyForm() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type WinnerInfo struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1130,7 +1129,6 @@ func (x *WinnerInfo) GetWinnerId() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type PInfo struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1226,7 +1224,6 @@ func (x *PInfo) GetApproveNumber() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type SearchLimitReq struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1346,7 +1343,6 @@ func (x *SearchLimitReq) GetLimitItems() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type SearchLimitResp struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -3163,7 +3159,6 @@ func (x *ParticipatePersonsRes) GetData() []*ParticipatePerson {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type ParticipateSetUpInfoReq struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -3386,7 +3381,7 @@ func (x *BidTypeReq) GetContent() []string {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-//消息提醒设置:
|
|
|
+// 消息提醒设置:
|
|
|
type RemindRuleReq struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -3450,7 +3445,7 @@ func (x *RemindRuleReq) GetNode() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//设置信息内容
|
|
|
+// 设置信息内容
|
|
|
type ParticipateSetUpInfo struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -3530,7 +3525,7 @@ func (x *ParticipateSetUpInfo) GetIsShow() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-//设置信息范围内容
|
|
|
+// 设置信息范围内容
|
|
|
type ParticipateSetUpInfoRes struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -3594,7 +3589,6 @@ func (x *ParticipateSetUpInfoRes) GetData() *ParticipateSetUpInfo {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type ParticipateActionReq struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -3762,7 +3756,6 @@ func (x *ParticipateActionReq) GetPhone() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type ParticipateActionRes struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -4057,7 +4050,7 @@ func (x *ParticipateListReq) GetPhone() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//参标列表
|
|
|
+// 参标列表
|
|
|
type ParticipateList struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -5974,7 +5967,6 @@ func (x *TipInfo) GetOpenType() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//
|
|
|
type HotKeysReq struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -6841,6 +6833,331 @@ func (x *PurchaseList) GetIsNew() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+type OperatorSearchCriteriaReq struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ EntId int64 `protobuf:"varint,1,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
+ Tag int64 `protobuf:"varint,2,opt,name=tag,proto3" json:"tag,omitempty"`
|
|
|
+ PositionId int64 `protobuf:"varint,3,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchCriteriaReq) Reset() {
|
|
|
+ *x = OperatorSearchCriteriaReq{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[63]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchCriteriaReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*OperatorSearchCriteriaReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *OperatorSearchCriteriaReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[63]
|
|
|
+ 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 OperatorSearchCriteriaReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*OperatorSearchCriteriaReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{63}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchCriteriaReq) GetEntId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.EntId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchCriteriaReq) GetTag() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Tag
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchCriteriaReq) GetPositionId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PositionId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type OperatorSearchReq struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ EntId int64 `protobuf:"varint,1,opt,name=entId,proto3" json:"entId,omitempty"` //企业id 没有企业 企业id=0
|
|
|
+ PageNum int64 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` //当前页码
|
|
|
+ PageSize int64 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"` //每页数量
|
|
|
+ Province string `protobuf:"bytes,4,opt,name=province,proto3" json:"province,omitempty"` //省份
|
|
|
+ TopType string `protobuf:"bytes,6,opt,name=topType,proto3" json:"topType,omitempty"` //信息类型-二级
|
|
|
+ PublishTime string `protobuf:"bytes,8,opt,name=publishTime,proto3" json:"publishTime,omitempty"` //发布时间
|
|
|
+ SelectType string `protobuf:"bytes,9,opt,name=selectType,proto3" json:"selectType,omitempty"` //搜索范围:标题;正文等
|
|
|
+ Price string `protobuf:"bytes,10,opt,name=price,proto3" json:"price,omitempty"` //价格
|
|
|
+ Industry string `protobuf:"bytes,11,opt,name=industry,proto3" json:"industry,omitempty"` //行业
|
|
|
+ SearchMode int64 `protobuf:"varint,12,opt,name=searchMode,proto3" json:"searchMode,omitempty"` //搜索模式:0:精准搜索;1:模糊搜索
|
|
|
+ WordsMode int64 `protobuf:"varint,13,opt,name=wordsMode,proto3" json:"wordsMode,omitempty"` //搜索关键词模式;默认0:包含所有,1:包含任意
|
|
|
+ KeyWords string `protobuf:"bytes,14,opt,name=keyWords,proto3" json:"keyWords,omitempty"` //关键词:多个空格隔开(主)
|
|
|
+ Tagname string `protobuf:"bytes,16,opt,name=tagname,proto3" json:"tagname,omitempty"`
|
|
|
+ Tagname1 string `protobuf:"bytes,17,opt,name=tagname1,proto3" json:"tagname1,omitempty"`
|
|
|
+ Tagname2 string `protobuf:"bytes,18,opt,name=tagname2,proto3" json:"tagname2,omitempty"`
|
|
|
+ Tag int64 `protobuf:"varint,19,opt,name=tag,proto3" json:"tag,omitempty"`
|
|
|
+ OpeningTime string `protobuf:"bytes,20,opt,name=openingTime,proto3" json:"openingTime,omitempty"`
|
|
|
+ PurchaseTime string `protobuf:"bytes,21,opt,name=purchaseTime,proto3" json:"purchaseTime,omitempty"`
|
|
|
+ WinnerTag string `protobuf:"bytes,7,opt,name=winnerTag,proto3" json:"winnerTag,omitempty"`
|
|
|
+ PositionId int64 `protobuf:"varint,15,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) Reset() {
|
|
|
+ *x = OperatorSearchReq{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[64]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*OperatorSearchReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[64]
|
|
|
+ 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 OperatorSearchReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*OperatorSearchReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{64}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetEntId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.EntId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetPageNum() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PageNum
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetPageSize() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PageSize
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetProvince() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Province
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetTopType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.TopType
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetPublishTime() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.PublishTime
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetSelectType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.SelectType
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetPrice() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Price
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetIndustry() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Industry
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetSearchMode() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.SearchMode
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetWordsMode() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.WordsMode
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetKeyWords() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.KeyWords
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetTagname() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Tagname
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetTagname1() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Tagname1
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetTagname2() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Tagname2
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetTag() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Tag
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetOpeningTime() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.OpeningTime
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetPurchaseTime() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.PurchaseTime
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetWinnerTag() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.WinnerTag
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchReq) GetPositionId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PositionId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+type OperatorSearchResp struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ ErrorCode int64 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
|
|
|
+ ErrorMsg string `protobuf:"bytes,2,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
|
|
|
+ Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchResp) Reset() {
|
|
|
+ *x = OperatorSearchResp{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[65]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*OperatorSearchResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *OperatorSearchResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_bxcore_proto_msgTypes[65]
|
|
|
+ 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 OperatorSearchResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*OperatorSearchResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{65}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchResp) GetErrorCode() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrorCode
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchResp) GetErrorMsg() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrorMsg
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *OperatorSearchResp) GetData() []byte {
|
|
|
+ if x != nil {
|
|
|
+ return x.Data
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
var File_bxcore_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_bxcore_proto_rawDesc = []byte{
|
|
@@ -7942,93 +8259,152 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
|
0x0a, 0x0d, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x18,
|
|
|
0x19, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x54,
|
|
|
0x69, 0x74, 0x6c, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x4e, 0x65, 0x77, 0x18, 0x1a, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x05, 0x69, 0x73, 0x4e, 0x65, 0x77, 0x32, 0xc1, 0x0a, 0x0a, 0x06, 0x42,
|
|
|
- 0x78, 0x43, 0x6f, 0x72, 0x65, 0x12, 0x36, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x53, 0x65, 0x61, 0x72,
|
|
|
- 0x63, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x11, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
- 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f,
|
|
|
- 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3e, 0x0a,
|
|
|
- 0x0b, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x2e, 0x62,
|
|
|
- 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4c, 0x69, 0x6d, 0x69,
|
|
|
- 0x74, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65,
|
|
|
- 0x61, 0x72, 0x63, 0x68, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x49, 0x0a,
|
|
|
- 0x0f, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x68, 0x6f, 0x77,
|
|
|
- 0x12, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63,
|
|
|
- 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x62,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x05, 0x69, 0x73, 0x4e, 0x65, 0x77, 0x22, 0x63, 0x0a, 0x19, 0x4f, 0x70,
|
|
|
+ 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x43, 0x72, 0x69, 0x74,
|
|
|
+ 0x65, 0x72, 0x69, 0x61, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
|
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x10, 0x0a,
|
|
|
+ 0x03, 0x74, 0x61, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12,
|
|
|
+ 0x1e, 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x03, 0x20,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22,
|
|
|
+ 0xcb, 0x04, 0x0a, 0x11, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x53, 0x65, 0x61, 0x72,
|
|
|
+ 0x63, 0x68, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x70,
|
|
|
+ 0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x70, 0x61,
|
|
|
+ 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a,
|
|
|
+ 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a,
|
|
|
+ 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x04, 0x20,
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x12, 0x18, 0x0a,
|
|
|
+ 0x07, 0x74, 0x6f, 0x70, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
|
|
|
+ 0x74, 0x6f, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x75, 0x62, 0x6c, 0x69,
|
|
|
+ 0x73, 0x68, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x75,
|
|
|
+ 0x62, 0x6c, 0x69, 0x73, 0x68, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x6c,
|
|
|
+ 0x65, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73,
|
|
|
+ 0x65, 0x6c, 0x65, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x72, 0x69,
|
|
|
+ 0x63, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12,
|
|
|
+ 0x1a, 0x0a, 0x08, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x08, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x73,
|
|
|
+ 0x65, 0x61, 0x72, 0x63, 0x68, 0x4d, 0x6f, 0x64, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
+ 0x0a, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x77,
|
|
|
+ 0x6f, 0x72, 0x64, 0x73, 0x4d, 0x6f, 0x64, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
|
|
|
+ 0x77, 0x6f, 0x72, 0x64, 0x73, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6b, 0x65, 0x79,
|
|
|
+ 0x57, 0x6f, 0x72, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6b, 0x65, 0x79,
|
|
|
+ 0x57, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x67, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
+ 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x61, 0x67, 0x6e, 0x61, 0x6d, 0x65, 0x12,
|
|
|
+ 0x1a, 0x0a, 0x08, 0x74, 0x61, 0x67, 0x6e, 0x61, 0x6d, 0x65, 0x31, 0x18, 0x11, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x08, 0x74, 0x61, 0x67, 0x6e, 0x61, 0x6d, 0x65, 0x31, 0x12, 0x1a, 0x0a, 0x08, 0x74,
|
|
|
+ 0x61, 0x67, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x74,
|
|
|
+ 0x61, 0x67, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x61, 0x67, 0x18, 0x13,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x74, 0x61, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x6f, 0x70, 0x65,
|
|
|
+ 0x6e, 0x69, 0x6e, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
|
|
|
+ 0x6f, 0x70, 0x65, 0x6e, 0x69, 0x6e, 0x67, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x70,
|
|
|
+ 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x0c, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12,
|
|
|
+ 0x1c, 0x0a, 0x09, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x54, 0x61, 0x67, 0x18, 0x07, 0x20, 0x01,
|
|
|
+ 0x28, 0x09, 0x52, 0x09, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x54, 0x61, 0x67, 0x12, 0x1e, 0x0a,
|
|
|
+ 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28,
|
|
|
+ 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x64, 0x0a,
|
|
|
+ 0x12, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52,
|
|
|
+ 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64,
|
|
|
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f,
|
|
|
+ 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18,
|
|
|
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12,
|
|
|
+ 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64,
|
|
|
+ 0x61, 0x74, 0x61, 0x32, 0xe3, 0x0b, 0x0a, 0x06, 0x42, 0x78, 0x43, 0x6f, 0x72, 0x65, 0x12, 0x36,
|
|
|
+ 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x12,
|
|
|
+ 0x11, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52,
|
|
|
+ 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72,
|
|
|
+ 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3e, 0x0a, 0x0b, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68,
|
|
|
+ 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53,
|
|
|
+ 0x65, 0x61, 0x72, 0x63, 0x68, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e,
|
|
|
+ 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4c, 0x69, 0x6d,
|
|
|
+ 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x49, 0x0a, 0x0f, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63,
|
|
|
+ 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x12, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f,
|
|
|
+ 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x68,
|
|
|
+ 0x6f, 0x77, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50,
|
|
|
+ 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65,
|
|
|
+ 0x73, 0x12, 0x49, 0x0a, 0x0f, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65,
|
|
|
+ 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61,
|
|
|
+ 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71,
|
|
|
+ 0x1a, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63,
|
|
|
+ 0x69, 0x70, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x12, 0x49, 0x0a, 0x0f,
|
|
|
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x69, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12,
|
|
|
+ 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42,
|
|
|
+ 0x69, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x62, 0x78,
|
|
|
+ 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x69, 0x64, 0x53, 0x74,
|
|
|
+ 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x12, 0x52, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x69,
|
|
|
+ 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1d, 0x2e,
|
|
|
+ 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61,
|
|
|
+ 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x62,
|
|
|
0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74,
|
|
|
- 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x12, 0x49, 0x0a, 0x0f, 0x50, 0x61, 0x72, 0x74,
|
|
|
- 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x2e, 0x62, 0x78,
|
|
|
+ 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x12, 0x52, 0x0a, 0x12, 0x50,
|
|
|
+ 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64,
|
|
|
+ 0x73, 0x12, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69,
|
|
|
+ 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x71,
|
|
|
+ 0x1a, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63,
|
|
|
+ 0x69, 0x70, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x73, 0x12,
|
|
|
+ 0x52, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x50, 0x65,
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x73, 0x12, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50,
|
|
|
+ 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
+ 0x73, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61,
|
|
|
+ 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x73,
|
|
|
+ 0x52, 0x65, 0x73, 0x12, 0x58, 0x0a, 0x14, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61,
|
|
|
+ 0x74, 0x65, 0x53, 0x65, 0x74, 0x55, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1f, 0x2e, 0x62, 0x78,
|
|
|
0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65,
|
|
|
- 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65,
|
|
|
- 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
- 0x52, 0x65, 0x73, 0x12, 0x49, 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x69, 0x64,
|
|
|
- 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
- 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x69, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52,
|
|
|
- 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61,
|
|
|
- 0x74, 0x65, 0x42, 0x69, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x12, 0x52,
|
|
|
- 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e,
|
|
|
- 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61,
|
|
|
- 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
|
|
|
- 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72,
|
|
|
- 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x52,
|
|
|
- 0x65, 0x73, 0x12, 0x52, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74,
|
|
|
- 0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72,
|
|
|
- 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63,
|
|
|
- 0x6f, 0x72, 0x64, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65,
|
|
|
- 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x6f,
|
|
|
- 0x72, 0x64, 0x73, 0x52, 0x65, 0x73, 0x12, 0x52, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63,
|
|
|
- 0x69, 0x70, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x73, 0x12, 0x1d, 0x2e, 0x62,
|
|
|
+ 0x53, 0x65, 0x74, 0x55, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x62,
|
|
|
0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74,
|
|
|
- 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x62, 0x78,
|
|
|
- 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65,
|
|
|
- 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x12, 0x58, 0x0a, 0x14, 0x50, 0x61,
|
|
|
- 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x55, 0x70, 0x49, 0x6e,
|
|
|
- 0x66, 0x6f, 0x12, 0x1f, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74,
|
|
|
- 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x55, 0x70, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
- 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72,
|
|
|
- 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x55, 0x70, 0x49, 0x6e, 0x66,
|
|
|
- 0x6f, 0x52, 0x65, 0x73, 0x12, 0x4f, 0x0a, 0x11, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70,
|
|
|
- 0x61, 0x74, 0x65, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x2e, 0x62, 0x78, 0x63, 0x6f,
|
|
|
- 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x41, 0x63,
|
|
|
- 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65,
|
|
|
- 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x41, 0x63, 0x74, 0x69,
|
|
|
- 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x12, 0x49, 0x0a, 0x0f, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69,
|
|
|
- 0x70, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72,
|
|
|
- 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73,
|
|
|
- 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61,
|
|
|
- 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73,
|
|
|
- 0x12, 0x4a, 0x0a, 0x0e, 0x50, 0x75, 0x73, 0x68, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
|
- 0x63, 0x73, 0x12, 0x19, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74,
|
|
|
- 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e,
|
|
|
- 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x75, 0x73, 0x68, 0x53, 0x74, 0x61, 0x74, 0x69,
|
|
|
- 0x73, 0x74, 0x69, 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x12, 0x50, 0x0a, 0x11,
|
|
|
- 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63,
|
|
|
- 0x73, 0x12, 0x19, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x69,
|
|
|
- 0x73, 0x74, 0x69, 0x63, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x62,
|
|
|
- 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x74, 0x61,
|
|
|
- 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x12, 0x4d,
|
|
|
- 0x0a, 0x10, 0x50, 0x6f, 0x6c, 0x79, 0x6d, 0x65, 0x72, 0x69, 0x7a, 0x65, 0x53, 0x65, 0x61, 0x72,
|
|
|
- 0x63, 0x68, 0x12, 0x1b, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x6f, 0x6c, 0x79,
|
|
|
- 0x6d, 0x65, 0x72, 0x69, 0x7a, 0x65, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x1a,
|
|
|
- 0x1c, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x6f, 0x6c, 0x79, 0x6d, 0x65, 0x72,
|
|
|
- 0x69, 0x7a, 0x65, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x42, 0x0a,
|
|
|
- 0x0e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12,
|
|
|
- 0x19, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
|
|
|
- 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x62, 0x78, 0x63,
|
|
|
- 0x6f, 0x72, 0x65, 0x2e, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65,
|
|
|
- 0x73, 0x12, 0x46, 0x0a, 0x16, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x53, 0x65, 0x61,
|
|
|
- 0x72, 0x63, 0x68, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x12, 0x11, 0x2e, 0x62, 0x78,
|
|
|
- 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x1a, 0x19,
|
|
|
- 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x43, 0x72,
|
|
|
- 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x52, 0x65, 0x73, 0x12, 0x36, 0x0a, 0x0c, 0x53, 0x65, 0x61,
|
|
|
- 0x72, 0x63, 0x68, 0x48, 0x6f, 0x74, 0x4b, 0x65, 0x79, 0x12, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f,
|
|
|
- 0x72, 0x65, 0x2e, 0x48, 0x6f, 0x74, 0x4b, 0x65, 0x79, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e,
|
|
|
- 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x48, 0x6f, 0x74, 0x4b, 0x65, 0x79, 0x73, 0x52, 0x65,
|
|
|
- 0x73, 0x12, 0x3b, 0x0a, 0x0e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x53, 0x65, 0x61,
|
|
|
- 0x72, 0x63, 0x68, 0x12, 0x13, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x75, 0x72,
|
|
|
- 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72,
|
|
|
- 0x65, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0a,
|
|
|
- 0x5a, 0x08, 0x2e, 0x2f, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
|
|
|
- 0x6f, 0x33,
|
|
|
+ 0x65, 0x53, 0x65, 0x74, 0x55, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x12, 0x4f, 0x0a,
|
|
|
+ 0x11, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x41, 0x63, 0x74, 0x69,
|
|
|
+ 0x6f, 0x6e, 0x12, 0x1c, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74,
|
|
|
+ 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71,
|
|
|
+ 0x1a, 0x1c, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63,
|
|
|
+ 0x69, 0x70, 0x61, 0x74, 0x65, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x12, 0x49,
|
|
|
+ 0x0a, 0x0f, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73,
|
|
|
+ 0x74, 0x12, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69,
|
|
|
+ 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e,
|
|
|
+ 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61,
|
|
|
+ 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x12, 0x4a, 0x0a, 0x0e, 0x50, 0x75, 0x73,
|
|
|
+ 0x68, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x12, 0x19, 0x2e, 0x62, 0x78,
|
|
|
+ 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x4c,
|
|
|
+ 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
+ 0x50, 0x75, 0x73, 0x68, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x44, 0x61,
|
|
|
+ 0x74, 0x61, 0x52, 0x65, 0x73, 0x12, 0x50, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
|
|
|
+ 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x12, 0x19, 0x2e, 0x62, 0x78, 0x63,
|
|
|
+ 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x4c, 0x69,
|
|
|
+ 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50,
|
|
|
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73,
|
|
|
+ 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x12, 0x4d, 0x0a, 0x10, 0x50, 0x6f, 0x6c, 0x79, 0x6d,
|
|
|
+ 0x65, 0x72, 0x69, 0x7a, 0x65, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x1b, 0x2e, 0x62, 0x78,
|
|
|
+ 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x6f, 0x6c, 0x79, 0x6d, 0x65, 0x72, 0x69, 0x7a, 0x65, 0x53,
|
|
|
+ 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72,
|
|
|
+ 0x65, 0x2e, 0x50, 0x6f, 0x6c, 0x79, 0x6d, 0x65, 0x72, 0x69, 0x7a, 0x65, 0x53, 0x65, 0x61, 0x72,
|
|
|
+ 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x42, 0x0a, 0x0e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
|
|
|
+ 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x19, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72,
|
|
|
+ 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73,
|
|
|
+ 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x44, 0x65, 0x74,
|
|
|
+ 0x61, 0x69, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x12, 0x46, 0x0a, 0x16, 0x50, 0x72,
|
|
|
+ 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x43, 0x72, 0x69, 0x74,
|
|
|
+ 0x65, 0x72, 0x69, 0x61, 0x12, 0x11, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65,
|
|
|
+ 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65,
|
|
|
+ 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x52,
|
|
|
+ 0x65, 0x73, 0x12, 0x36, 0x0a, 0x0c, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x48, 0x6f, 0x74, 0x4b,
|
|
|
+ 0x65, 0x79, 0x12, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x48, 0x6f, 0x74, 0x4b,
|
|
|
+ 0x65, 0x79, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
|
+ 0x48, 0x6f, 0x74, 0x4b, 0x65, 0x79, 0x73, 0x52, 0x65, 0x73, 0x12, 0x3b, 0x0a, 0x0e, 0x50, 0x75,
|
|
|
+ 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x13, 0x2e, 0x62,
|
|
|
+ 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65,
|
|
|
+ 0x71, 0x1a, 0x14, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68,
|
|
|
+ 0x61, 0x73, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x57, 0x0a, 0x16, 0x4f, 0x70, 0x65, 0x72, 0x61,
|
|
|
+ 0x74, 0x6f, 0x72, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69,
|
|
|
+ 0x61, 0x12, 0x21, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61,
|
|
|
+ 0x74, 0x6f, 0x72, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69,
|
|
|
+ 0x61, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x4f, 0x70,
|
|
|
+ 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70,
|
|
|
+ 0x12, 0x47, 0x0a, 0x0e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x53, 0x65, 0x61, 0x72,
|
|
|
+ 0x63, 0x68, 0x12, 0x19, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x4f, 0x70, 0x65, 0x72,
|
|
|
+ 0x61, 0x74, 0x6f, 0x72, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e,
|
|
|
+ 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x53,
|
|
|
+ 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0a, 0x5a, 0x08, 0x2e, 0x2f, 0x62,
|
|
|
+ 0x78, 0x63, 0x6f, 0x72, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
@@ -8043,71 +8419,74 @@ func file_bxcore_proto_rawDescGZIP() []byte {
|
|
|
return file_bxcore_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_bxcore_proto_msgTypes = make([]protoimpl.MessageInfo, 63)
|
|
|
+var file_bxcore_proto_msgTypes = make([]protoimpl.MessageInfo, 66)
|
|
|
var file_bxcore_proto_goTypes = []interface{}{
|
|
|
- (*SearchReq)(nil), // 0: bxcore.SearchReq
|
|
|
- (*SearchResp)(nil), // 1: bxcore.SearchResp
|
|
|
- (*SearchData)(nil), // 2: bxcore.SearchData
|
|
|
- (*SearchList)(nil), // 3: bxcore.SearchList
|
|
|
- (*BI)(nil), // 4: bxcore.BI
|
|
|
- (*WinnerInfo)(nil), // 5: bxcore.WinnerInfo
|
|
|
- (*PInfo)(nil), // 6: bxcore.PInfo
|
|
|
- (*SearchLimitReq)(nil), // 7: bxcore.SearchLimitReq
|
|
|
- (*SearchLimitResp)(nil), // 8: bxcore.SearchLimitResp
|
|
|
- (*ParticipateShowReq)(nil), // 9: bxcore.ParticipateShowReq
|
|
|
- (*ShowInfo)(nil), // 10: bxcore.ShowInfo
|
|
|
- (*ParticipateShowRes)(nil), // 11: bxcore.ParticipateShowRes
|
|
|
- (*ParticipateInfoReq)(nil), // 12: bxcore.ParticipateInfoReq
|
|
|
- (*ParticipateDetailInfo)(nil), // 13: bxcore.ParticipateDetailInfo
|
|
|
- (*ParticipateInfoRes)(nil), // 14: bxcore.ParticipateInfoRes
|
|
|
- (*UpdateBidStatusReq)(nil), // 15: bxcore.UpdateBidStatusReq
|
|
|
- (*UpdateBidStatusRes)(nil), // 16: bxcore.UpdateBidStatusRes
|
|
|
- (*ParticipateContentReq)(nil), // 17: bxcore.ParticipateContentReq
|
|
|
- (*ParticipateContentData)(nil), // 18: bxcore.ParticipateContentData
|
|
|
- (*ParticipateContentRes)(nil), // 19: bxcore.ParticipateContentRes
|
|
|
- (*ParticipateRecordsReq)(nil), // 20: bxcore.ParticipateRecordsReq
|
|
|
- (*ParticipateRecords)(nil), // 21: bxcore.ParticipateRecords
|
|
|
- (*ParticipateRecordsData)(nil), // 22: bxcore.ParticipateRecordsData
|
|
|
- (*ParticipateRecordsRes)(nil), // 23: bxcore.ParticipateRecordsRes
|
|
|
- (*ParticipatePersonsReq)(nil), // 24: bxcore.ParticipatePersonsReq
|
|
|
- (*ParticipatePerson)(nil), // 25: bxcore.ParticipatePerson
|
|
|
- (*ParticipatePersonsRes)(nil), // 26: bxcore.ParticipatePersonsRes
|
|
|
- (*ParticipateSetUpInfoReq)(nil), // 27: bxcore.ParticipateSetUpInfoReq
|
|
|
- (*BidTypeReq)(nil), // 28: bxcore.BidTypeReq
|
|
|
- (*RemindRuleReq)(nil), // 29: bxcore.RemindRuleReq
|
|
|
- (*ParticipateSetUpInfo)(nil), // 30: bxcore.ParticipateSetUpInfo
|
|
|
- (*ParticipateSetUpInfoRes)(nil), // 31: bxcore.ParticipateSetUpInfoRes
|
|
|
- (*ParticipateActionReq)(nil), // 32: bxcore.ParticipateActionReq
|
|
|
- (*ParticipateActionRes)(nil), // 33: bxcore.ParticipateActionRes
|
|
|
- (*ParticipateListReq)(nil), // 34: bxcore.ParticipateListReq
|
|
|
- (*ParticipateList)(nil), // 35: bxcore.ParticipateList
|
|
|
- (*ParticipateData)(nil), // 36: bxcore.ParticipateData
|
|
|
- (*ParticipateListRes)(nil), // 37: bxcore.ParticipateListRes
|
|
|
- (*StatisticsListReq)(nil), // 38: bxcore.StatisticsListReq
|
|
|
- (*ProjectDetailsReq)(nil), // 39: bxcore.ProjectDetailsReq
|
|
|
- (*SourceItem)(nil), // 40: bxcore.sourceItem
|
|
|
- (*PushStatisticsDataRes)(nil), // 41: bxcore.PushStatisticsDataRes
|
|
|
- (*PushStatisticsData)(nil), // 42: bxcore.PushStatisticsData
|
|
|
- (*ProjectStatisticsDataRes)(nil), // 43: bxcore.ProjectStatisticsDataRes
|
|
|
- (*StageValue)(nil), // 44: bxcore.StageValue
|
|
|
- (*ProjectDetailData)(nil), // 45: bxcore.ProjectDetailData
|
|
|
- (*DetailData)(nil), // 46: bxcore.DetailData
|
|
|
- (*DetailDataRes)(nil), // 47: bxcore.DetailDataRes
|
|
|
- (*SearchCriteriaRes)(nil), // 48: bxcore.SearchCriteriaRes
|
|
|
- (*ProjectStatisticsData)(nil), // 49: bxcore.ProjectStatisticsData
|
|
|
- (*PolymerizeSearchReq)(nil), // 50: bxcore.PolymerizeSearchReq
|
|
|
- (*PolymerizeSearchResp)(nil), // 51: bxcore.PolymerizeSearchResp
|
|
|
- (*SearchReturn)(nil), // 52: bxcore.SearchReturn
|
|
|
- (*SearchMap)(nil), // 53: bxcore.SearchMap
|
|
|
- (*Search)(nil), // 54: bxcore.Search
|
|
|
- (*MenuList)(nil), // 55: bxcore.MenuList
|
|
|
- (*TipInfo)(nil), // 56: bxcore.TipInfo
|
|
|
- (*HotKeysReq)(nil), // 57: bxcore.HotKeysReq
|
|
|
- (*HotKeysRes)(nil), // 58: bxcore.HotKeysRes
|
|
|
- (*PurchaseReq)(nil), // 59: bxcore.PurchaseReq
|
|
|
- (*PurchaseResp)(nil), // 60: bxcore.PurchaseResp
|
|
|
- (*PurchaseData)(nil), // 61: bxcore.PurchaseData
|
|
|
- (*PurchaseList)(nil), // 62: bxcore.PurchaseList
|
|
|
+ (*SearchReq)(nil), // 0: bxcore.SearchReq
|
|
|
+ (*SearchResp)(nil), // 1: bxcore.SearchResp
|
|
|
+ (*SearchData)(nil), // 2: bxcore.SearchData
|
|
|
+ (*SearchList)(nil), // 3: bxcore.SearchList
|
|
|
+ (*BI)(nil), // 4: bxcore.BI
|
|
|
+ (*WinnerInfo)(nil), // 5: bxcore.WinnerInfo
|
|
|
+ (*PInfo)(nil), // 6: bxcore.PInfo
|
|
|
+ (*SearchLimitReq)(nil), // 7: bxcore.SearchLimitReq
|
|
|
+ (*SearchLimitResp)(nil), // 8: bxcore.SearchLimitResp
|
|
|
+ (*ParticipateShowReq)(nil), // 9: bxcore.ParticipateShowReq
|
|
|
+ (*ShowInfo)(nil), // 10: bxcore.ShowInfo
|
|
|
+ (*ParticipateShowRes)(nil), // 11: bxcore.ParticipateShowRes
|
|
|
+ (*ParticipateInfoReq)(nil), // 12: bxcore.ParticipateInfoReq
|
|
|
+ (*ParticipateDetailInfo)(nil), // 13: bxcore.ParticipateDetailInfo
|
|
|
+ (*ParticipateInfoRes)(nil), // 14: bxcore.ParticipateInfoRes
|
|
|
+ (*UpdateBidStatusReq)(nil), // 15: bxcore.UpdateBidStatusReq
|
|
|
+ (*UpdateBidStatusRes)(nil), // 16: bxcore.UpdateBidStatusRes
|
|
|
+ (*ParticipateContentReq)(nil), // 17: bxcore.ParticipateContentReq
|
|
|
+ (*ParticipateContentData)(nil), // 18: bxcore.ParticipateContentData
|
|
|
+ (*ParticipateContentRes)(nil), // 19: bxcore.ParticipateContentRes
|
|
|
+ (*ParticipateRecordsReq)(nil), // 20: bxcore.ParticipateRecordsReq
|
|
|
+ (*ParticipateRecords)(nil), // 21: bxcore.ParticipateRecords
|
|
|
+ (*ParticipateRecordsData)(nil), // 22: bxcore.ParticipateRecordsData
|
|
|
+ (*ParticipateRecordsRes)(nil), // 23: bxcore.ParticipateRecordsRes
|
|
|
+ (*ParticipatePersonsReq)(nil), // 24: bxcore.ParticipatePersonsReq
|
|
|
+ (*ParticipatePerson)(nil), // 25: bxcore.ParticipatePerson
|
|
|
+ (*ParticipatePersonsRes)(nil), // 26: bxcore.ParticipatePersonsRes
|
|
|
+ (*ParticipateSetUpInfoReq)(nil), // 27: bxcore.ParticipateSetUpInfoReq
|
|
|
+ (*BidTypeReq)(nil), // 28: bxcore.BidTypeReq
|
|
|
+ (*RemindRuleReq)(nil), // 29: bxcore.RemindRuleReq
|
|
|
+ (*ParticipateSetUpInfo)(nil), // 30: bxcore.ParticipateSetUpInfo
|
|
|
+ (*ParticipateSetUpInfoRes)(nil), // 31: bxcore.ParticipateSetUpInfoRes
|
|
|
+ (*ParticipateActionReq)(nil), // 32: bxcore.ParticipateActionReq
|
|
|
+ (*ParticipateActionRes)(nil), // 33: bxcore.ParticipateActionRes
|
|
|
+ (*ParticipateListReq)(nil), // 34: bxcore.ParticipateListReq
|
|
|
+ (*ParticipateList)(nil), // 35: bxcore.ParticipateList
|
|
|
+ (*ParticipateData)(nil), // 36: bxcore.ParticipateData
|
|
|
+ (*ParticipateListRes)(nil), // 37: bxcore.ParticipateListRes
|
|
|
+ (*StatisticsListReq)(nil), // 38: bxcore.StatisticsListReq
|
|
|
+ (*ProjectDetailsReq)(nil), // 39: bxcore.ProjectDetailsReq
|
|
|
+ (*SourceItem)(nil), // 40: bxcore.sourceItem
|
|
|
+ (*PushStatisticsDataRes)(nil), // 41: bxcore.PushStatisticsDataRes
|
|
|
+ (*PushStatisticsData)(nil), // 42: bxcore.PushStatisticsData
|
|
|
+ (*ProjectStatisticsDataRes)(nil), // 43: bxcore.ProjectStatisticsDataRes
|
|
|
+ (*StageValue)(nil), // 44: bxcore.StageValue
|
|
|
+ (*ProjectDetailData)(nil), // 45: bxcore.ProjectDetailData
|
|
|
+ (*DetailData)(nil), // 46: bxcore.DetailData
|
|
|
+ (*DetailDataRes)(nil), // 47: bxcore.DetailDataRes
|
|
|
+ (*SearchCriteriaRes)(nil), // 48: bxcore.SearchCriteriaRes
|
|
|
+ (*ProjectStatisticsData)(nil), // 49: bxcore.ProjectStatisticsData
|
|
|
+ (*PolymerizeSearchReq)(nil), // 50: bxcore.PolymerizeSearchReq
|
|
|
+ (*PolymerizeSearchResp)(nil), // 51: bxcore.PolymerizeSearchResp
|
|
|
+ (*SearchReturn)(nil), // 52: bxcore.SearchReturn
|
|
|
+ (*SearchMap)(nil), // 53: bxcore.SearchMap
|
|
|
+ (*Search)(nil), // 54: bxcore.Search
|
|
|
+ (*MenuList)(nil), // 55: bxcore.MenuList
|
|
|
+ (*TipInfo)(nil), // 56: bxcore.TipInfo
|
|
|
+ (*HotKeysReq)(nil), // 57: bxcore.HotKeysReq
|
|
|
+ (*HotKeysRes)(nil), // 58: bxcore.HotKeysRes
|
|
|
+ (*PurchaseReq)(nil), // 59: bxcore.PurchaseReq
|
|
|
+ (*PurchaseResp)(nil), // 60: bxcore.PurchaseResp
|
|
|
+ (*PurchaseData)(nil), // 61: bxcore.PurchaseData
|
|
|
+ (*PurchaseList)(nil), // 62: bxcore.PurchaseList
|
|
|
+ (*OperatorSearchCriteriaReq)(nil), // 63: bxcore.OperatorSearchCriteriaReq
|
|
|
+ (*OperatorSearchReq)(nil), // 64: bxcore.OperatorSearchReq
|
|
|
+ (*OperatorSearchResp)(nil), // 65: bxcore.OperatorSearchResp
|
|
|
}
|
|
|
var file_bxcore_proto_depIdxs = []int32{
|
|
|
2, // 0: bxcore.SearchResp.data:type_name -> bxcore.SearchData
|
|
@@ -8164,26 +8543,30 @@ var file_bxcore_proto_depIdxs = []int32{
|
|
|
0, // 51: bxcore.BxCore.PropertySearchCriteria:input_type -> bxcore.SearchReq
|
|
|
57, // 52: bxcore.BxCore.SearchHotKey:input_type -> bxcore.HotKeysReq
|
|
|
59, // 53: bxcore.BxCore.PurchaseSearch:input_type -> bxcore.PurchaseReq
|
|
|
- 1, // 54: bxcore.BxCore.GetSearchList:output_type -> bxcore.SearchResp
|
|
|
- 8, // 55: bxcore.BxCore.SearchLimit:output_type -> bxcore.SearchLimitResp
|
|
|
- 11, // 56: bxcore.BxCore.ParticipateShow:output_type -> bxcore.ParticipateShowRes
|
|
|
- 14, // 57: bxcore.BxCore.ParticipateInfo:output_type -> bxcore.ParticipateInfoRes
|
|
|
- 16, // 58: bxcore.BxCore.UpdateBidStatus:output_type -> bxcore.UpdateBidStatusRes
|
|
|
- 19, // 59: bxcore.BxCore.ParticipateContent:output_type -> bxcore.ParticipateContentRes
|
|
|
- 23, // 60: bxcore.BxCore.ParticipateRecords:output_type -> bxcore.ParticipateRecordsRes
|
|
|
- 26, // 61: bxcore.BxCore.ParticipatePersons:output_type -> bxcore.ParticipatePersonsRes
|
|
|
- 31, // 62: bxcore.BxCore.ParticipateSetUpInfo:output_type -> bxcore.ParticipateSetUpInfoRes
|
|
|
- 33, // 63: bxcore.BxCore.ParticipateAction:output_type -> bxcore.ParticipateActionRes
|
|
|
- 37, // 64: bxcore.BxCore.ParticipateList:output_type -> bxcore.ParticipateListRes
|
|
|
- 41, // 65: bxcore.BxCore.PushStatistics:output_type -> bxcore.PushStatisticsDataRes
|
|
|
- 43, // 66: bxcore.BxCore.ProjectStatistics:output_type -> bxcore.ProjectStatisticsDataRes
|
|
|
- 51, // 67: bxcore.BxCore.PolymerizeSearch:output_type -> bxcore.PolymerizeSearchResp
|
|
|
- 47, // 68: bxcore.BxCore.ProjectDetails:output_type -> bxcore.DetailDataRes
|
|
|
- 48, // 69: bxcore.BxCore.PropertySearchCriteria:output_type -> bxcore.SearchCriteriaRes
|
|
|
- 58, // 70: bxcore.BxCore.SearchHotKey:output_type -> bxcore.HotKeysRes
|
|
|
- 60, // 71: bxcore.BxCore.PurchaseSearch:output_type -> bxcore.PurchaseResp
|
|
|
- 54, // [54:72] is the sub-list for method output_type
|
|
|
- 36, // [36:54] is the sub-list for method input_type
|
|
|
+ 63, // 54: bxcore.BxCore.OperatorSearchCriteria:input_type -> bxcore.OperatorSearchCriteriaReq
|
|
|
+ 64, // 55: bxcore.BxCore.OperatorSearch:input_type -> bxcore.OperatorSearchReq
|
|
|
+ 1, // 56: bxcore.BxCore.GetSearchList:output_type -> bxcore.SearchResp
|
|
|
+ 8, // 57: bxcore.BxCore.SearchLimit:output_type -> bxcore.SearchLimitResp
|
|
|
+ 11, // 58: bxcore.BxCore.ParticipateShow:output_type -> bxcore.ParticipateShowRes
|
|
|
+ 14, // 59: bxcore.BxCore.ParticipateInfo:output_type -> bxcore.ParticipateInfoRes
|
|
|
+ 16, // 60: bxcore.BxCore.UpdateBidStatus:output_type -> bxcore.UpdateBidStatusRes
|
|
|
+ 19, // 61: bxcore.BxCore.ParticipateContent:output_type -> bxcore.ParticipateContentRes
|
|
|
+ 23, // 62: bxcore.BxCore.ParticipateRecords:output_type -> bxcore.ParticipateRecordsRes
|
|
|
+ 26, // 63: bxcore.BxCore.ParticipatePersons:output_type -> bxcore.ParticipatePersonsRes
|
|
|
+ 31, // 64: bxcore.BxCore.ParticipateSetUpInfo:output_type -> bxcore.ParticipateSetUpInfoRes
|
|
|
+ 33, // 65: bxcore.BxCore.ParticipateAction:output_type -> bxcore.ParticipateActionRes
|
|
|
+ 37, // 66: bxcore.BxCore.ParticipateList:output_type -> bxcore.ParticipateListRes
|
|
|
+ 41, // 67: bxcore.BxCore.PushStatistics:output_type -> bxcore.PushStatisticsDataRes
|
|
|
+ 43, // 68: bxcore.BxCore.ProjectStatistics:output_type -> bxcore.ProjectStatisticsDataRes
|
|
|
+ 51, // 69: bxcore.BxCore.PolymerizeSearch:output_type -> bxcore.PolymerizeSearchResp
|
|
|
+ 47, // 70: bxcore.BxCore.ProjectDetails:output_type -> bxcore.DetailDataRes
|
|
|
+ 48, // 71: bxcore.BxCore.PropertySearchCriteria:output_type -> bxcore.SearchCriteriaRes
|
|
|
+ 58, // 72: bxcore.BxCore.SearchHotKey:output_type -> bxcore.HotKeysRes
|
|
|
+ 60, // 73: bxcore.BxCore.PurchaseSearch:output_type -> bxcore.PurchaseResp
|
|
|
+ 65, // 74: bxcore.BxCore.OperatorSearchCriteria:output_type -> bxcore.OperatorSearchResp
|
|
|
+ 65, // 75: bxcore.BxCore.OperatorSearch:output_type -> bxcore.OperatorSearchResp
|
|
|
+ 56, // [56:76] is the sub-list for method output_type
|
|
|
+ 36, // [36:56] is the sub-list for method input_type
|
|
|
36, // [36:36] is the sub-list for extension type_name
|
|
|
36, // [36:36] is the sub-list for extension extendee
|
|
|
0, // [0:36] is the sub-list for field type_name
|
|
@@ -8951,6 +9334,42 @@ func file_bxcore_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
+ file_bxcore_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*OperatorSearchCriteriaReq); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_bxcore_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*OperatorSearchReq); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_bxcore_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*OperatorSearchResp); 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{
|
|
@@ -8958,7 +9377,7 @@ func file_bxcore_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_bxcore_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 63,
|
|
|
+ NumMessages: 66,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|