|
@@ -4943,6 +4943,69 @@ func (x *DetailDataRes) GetData() *DetailData {
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type SearchCriteriaRes struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ ErrCode int64 `protobuf:"varint,1,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
|
|
|
|
+ ErrMsg string `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
|
+ Data string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *SearchCriteriaRes) Reset() {
|
|
|
|
+ *x = SearchCriteriaRes{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[47]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *SearchCriteriaRes) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*SearchCriteriaRes) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *SearchCriteriaRes) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[47]
|
|
|
|
+ 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 SearchCriteriaRes.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*SearchCriteriaRes) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{47}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *SearchCriteriaRes) GetErrCode() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ErrCode
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *SearchCriteriaRes) GetErrMsg() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ErrMsg
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *SearchCriteriaRes) GetData() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Data
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
type ProjectStatisticsData struct {
|
|
type ProjectStatisticsData struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -4966,7 +5029,7 @@ type ProjectStatisticsData struct {
|
|
func (x *ProjectStatisticsData) Reset() {
|
|
func (x *ProjectStatisticsData) Reset() {
|
|
*x = ProjectStatisticsData{}
|
|
*x = ProjectStatisticsData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_bxcore_proto_msgTypes[47]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[48]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -4979,7 +5042,7 @@ func (x *ProjectStatisticsData) String() string {
|
|
func (*ProjectStatisticsData) ProtoMessage() {}
|
|
func (*ProjectStatisticsData) ProtoMessage() {}
|
|
|
|
|
|
func (x *ProjectStatisticsData) ProtoReflect() protoreflect.Message {
|
|
func (x *ProjectStatisticsData) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_bxcore_proto_msgTypes[47]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[48]
|
|
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 {
|
|
@@ -4992,7 +5055,7 @@ func (x *ProjectStatisticsData) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ProjectStatisticsData.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use ProjectStatisticsData.ProtoReflect.Descriptor instead.
|
|
func (*ProjectStatisticsData) Descriptor() ([]byte, []int) {
|
|
func (*ProjectStatisticsData) Descriptor() ([]byte, []int) {
|
|
- return file_bxcore_proto_rawDescGZIP(), []int{47}
|
|
|
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{48}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ProjectStatisticsData) GetPersonName() string {
|
|
func (x *ProjectStatisticsData) GetPersonName() string {
|
|
@@ -5106,7 +5169,7 @@ type PolymerizeSearchReq struct {
|
|
func (x *PolymerizeSearchReq) Reset() {
|
|
func (x *PolymerizeSearchReq) Reset() {
|
|
*x = PolymerizeSearchReq{}
|
|
*x = PolymerizeSearchReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_bxcore_proto_msgTypes[48]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[49]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -5119,7 +5182,7 @@ func (x *PolymerizeSearchReq) String() string {
|
|
func (*PolymerizeSearchReq) ProtoMessage() {}
|
|
func (*PolymerizeSearchReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *PolymerizeSearchReq) ProtoReflect() protoreflect.Message {
|
|
func (x *PolymerizeSearchReq) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_bxcore_proto_msgTypes[48]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[49]
|
|
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 {
|
|
@@ -5132,7 +5195,7 @@ func (x *PolymerizeSearchReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use PolymerizeSearchReq.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use PolymerizeSearchReq.ProtoReflect.Descriptor instead.
|
|
func (*PolymerizeSearchReq) Descriptor() ([]byte, []int) {
|
|
func (*PolymerizeSearchReq) Descriptor() ([]byte, []int) {
|
|
- return file_bxcore_proto_rawDescGZIP(), []int{48}
|
|
|
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{49}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *PolymerizeSearchReq) GetEntId() int64 {
|
|
func (x *PolymerizeSearchReq) GetEntId() int64 {
|
|
@@ -5218,7 +5281,7 @@ type PolymerizeSearchResp struct {
|
|
func (x *PolymerizeSearchResp) Reset() {
|
|
func (x *PolymerizeSearchResp) Reset() {
|
|
*x = PolymerizeSearchResp{}
|
|
*x = PolymerizeSearchResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_bxcore_proto_msgTypes[49]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[50]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -5231,7 +5294,7 @@ func (x *PolymerizeSearchResp) String() string {
|
|
func (*PolymerizeSearchResp) ProtoMessage() {}
|
|
func (*PolymerizeSearchResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *PolymerizeSearchResp) ProtoReflect() protoreflect.Message {
|
|
func (x *PolymerizeSearchResp) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_bxcore_proto_msgTypes[49]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[50]
|
|
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 {
|
|
@@ -5244,7 +5307,7 @@ func (x *PolymerizeSearchResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use PolymerizeSearchResp.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use PolymerizeSearchResp.ProtoReflect.Descriptor instead.
|
|
func (*PolymerizeSearchResp) Descriptor() ([]byte, []int) {
|
|
func (*PolymerizeSearchResp) Descriptor() ([]byte, []int) {
|
|
- return file_bxcore_proto_rawDescGZIP(), []int{49}
|
|
|
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{50}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *PolymerizeSearchResp) GetErrCode() int64 {
|
|
func (x *PolymerizeSearchResp) GetErrCode() int64 {
|
|
@@ -5282,7 +5345,7 @@ type SearchReturn struct {
|
|
func (x *SearchReturn) Reset() {
|
|
func (x *SearchReturn) Reset() {
|
|
*x = SearchReturn{}
|
|
*x = SearchReturn{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_bxcore_proto_msgTypes[50]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[51]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -5295,7 +5358,7 @@ func (x *SearchReturn) String() string {
|
|
func (*SearchReturn) ProtoMessage() {}
|
|
func (*SearchReturn) ProtoMessage() {}
|
|
|
|
|
|
func (x *SearchReturn) ProtoReflect() protoreflect.Message {
|
|
func (x *SearchReturn) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_bxcore_proto_msgTypes[50]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[51]
|
|
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 {
|
|
@@ -5308,7 +5371,7 @@ func (x *SearchReturn) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SearchReturn.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use SearchReturn.ProtoReflect.Descriptor instead.
|
|
func (*SearchReturn) Descriptor() ([]byte, []int) {
|
|
func (*SearchReturn) Descriptor() ([]byte, []int) {
|
|
- return file_bxcore_proto_rawDescGZIP(), []int{50}
|
|
|
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{51}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *SearchReturn) GetEntList() *SearchMap {
|
|
func (x *SearchReturn) GetEntList() *SearchMap {
|
|
@@ -5351,7 +5414,7 @@ type SearchMap struct {
|
|
func (x *SearchMap) Reset() {
|
|
func (x *SearchMap) Reset() {
|
|
*x = SearchMap{}
|
|
*x = SearchMap{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_bxcore_proto_msgTypes[51]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[52]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -5364,7 +5427,7 @@ func (x *SearchMap) String() string {
|
|
func (*SearchMap) ProtoMessage() {}
|
|
func (*SearchMap) ProtoMessage() {}
|
|
|
|
|
|
func (x *SearchMap) ProtoReflect() protoreflect.Message {
|
|
func (x *SearchMap) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_bxcore_proto_msgTypes[51]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[52]
|
|
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 {
|
|
@@ -5377,7 +5440,7 @@ func (x *SearchMap) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SearchMap.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use SearchMap.ProtoReflect.Descriptor instead.
|
|
func (*SearchMap) Descriptor() ([]byte, []int) {
|
|
func (*SearchMap) Descriptor() ([]byte, []int) {
|
|
- return file_bxcore_proto_rawDescGZIP(), []int{51}
|
|
|
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{52}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *SearchMap) GetData() []*Search {
|
|
func (x *SearchMap) GetData() []*Search {
|
|
@@ -5407,7 +5470,7 @@ type Search struct {
|
|
func (x *Search) Reset() {
|
|
func (x *Search) Reset() {
|
|
*x = Search{}
|
|
*x = Search{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_bxcore_proto_msgTypes[52]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[53]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -5420,7 +5483,7 @@ func (x *Search) String() string {
|
|
func (*Search) ProtoMessage() {}
|
|
func (*Search) ProtoMessage() {}
|
|
|
|
|
|
func (x *Search) ProtoReflect() protoreflect.Message {
|
|
func (x *Search) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_bxcore_proto_msgTypes[52]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[53]
|
|
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 {
|
|
@@ -5433,7 +5496,7 @@ func (x *Search) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use Search.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use Search.ProtoReflect.Descriptor instead.
|
|
func (*Search) Descriptor() ([]byte, []int) {
|
|
func (*Search) Descriptor() ([]byte, []int) {
|
|
- return file_bxcore_proto_rawDescGZIP(), []int{52}
|
|
|
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{53}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *Search) GetTitle() string {
|
|
func (x *Search) GetTitle() string {
|
|
@@ -5477,7 +5540,7 @@ type MenuList struct {
|
|
func (x *MenuList) Reset() {
|
|
func (x *MenuList) Reset() {
|
|
*x = MenuList{}
|
|
*x = MenuList{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_bxcore_proto_msgTypes[53]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[54]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -5490,7 +5553,7 @@ func (x *MenuList) String() string {
|
|
func (*MenuList) ProtoMessage() {}
|
|
func (*MenuList) ProtoMessage() {}
|
|
|
|
|
|
func (x *MenuList) ProtoReflect() protoreflect.Message {
|
|
func (x *MenuList) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_bxcore_proto_msgTypes[53]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[54]
|
|
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 {
|
|
@@ -5503,7 +5566,7 @@ func (x *MenuList) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use MenuList.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use MenuList.ProtoReflect.Descriptor instead.
|
|
func (*MenuList) Descriptor() ([]byte, []int) {
|
|
func (*MenuList) Descriptor() ([]byte, []int) {
|
|
- return file_bxcore_proto_rawDescGZIP(), []int{53}
|
|
|
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{54}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *MenuList) GetName() string {
|
|
func (x *MenuList) GetName() string {
|
|
@@ -5593,7 +5656,7 @@ type TipInfo struct {
|
|
func (x *TipInfo) Reset() {
|
|
func (x *TipInfo) Reset() {
|
|
*x = TipInfo{}
|
|
*x = TipInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_bxcore_proto_msgTypes[54]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[55]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -5606,7 +5669,7 @@ func (x *TipInfo) String() string {
|
|
func (*TipInfo) ProtoMessage() {}
|
|
func (*TipInfo) ProtoMessage() {}
|
|
|
|
|
|
func (x *TipInfo) ProtoReflect() protoreflect.Message {
|
|
func (x *TipInfo) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_bxcore_proto_msgTypes[54]
|
|
|
|
|
|
+ mi := &file_bxcore_proto_msgTypes[55]
|
|
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 {
|
|
@@ -5619,7 +5682,7 @@ func (x *TipInfo) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use TipInfo.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use TipInfo.ProtoReflect.Descriptor instead.
|
|
func (*TipInfo) Descriptor() ([]byte, []int) {
|
|
func (*TipInfo) Descriptor() ([]byte, []int) {
|
|
- return file_bxcore_proto_rawDescGZIP(), []int{54}
|
|
|
|
|
|
+ return file_bxcore_proto_rawDescGZIP(), []int{55}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *TipInfo) GetTitle() string {
|
|
func (x *TipInfo) GetTitle() string {
|
|
@@ -6451,191 +6514,202 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
0x72, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72,
|
|
0x72, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72,
|
|
0x72, 0x4d, 0x73, 0x67, 0x12, 0x26, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01,
|
|
0x72, 0x4d, 0x73, 0x67, 0x12, 0x26, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x44, 0x65, 0x74, 0x61,
|
|
0x28, 0x0b, 0x32, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x44, 0x65, 0x74, 0x61,
|
|
- 0x69, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xed, 0x03, 0x0a,
|
|
|
|
- 0x15, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
|
|
- 0x63, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
|
- 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73,
|
|
|
|
- 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74,
|
|
|
|
- 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,
|
|
|
|
- 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18,
|
|
|
|
- 0x0a, 0x07, 0x62, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
|
- 0x07, 0x62, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x69, 0x72, 0x65,
|
|
|
|
- 0x63, 0x74, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
|
- 0x0d, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x26,
|
|
|
|
- 0x0a, 0x0e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62,
|
|
|
|
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x42,
|
|
|
|
- 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x18, 0x0a, 0x07, 0x77, 0x69, 0x6e, 0x4e, 0x75, 0x6d,
|
|
|
|
- 0x62, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x77, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62,
|
|
|
|
- 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x57, 0x69, 0x6e, 0x4e, 0x75, 0x6d,
|
|
|
|
- 0x62, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x57,
|
|
|
|
- 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65,
|
|
|
|
- 0x6c, 0x57, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e,
|
|
|
|
- 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x57, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x22,
|
|
|
|
- 0x0a, 0x0c, 0x6e, 0x6f, 0x74, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x09,
|
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6e, 0x6f, 0x74, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62,
|
|
|
|
- 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x0a, 0x20,
|
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x1c, 0x0a, 0x09,
|
|
|
|
- 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
- 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x36, 0x0a, 0x16, 0x70, 0x61,
|
|
|
|
- 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
|
|
|
|
- 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x16, 0x70, 0x61, 0x72, 0x74,
|
|
|
|
- 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x75,
|
|
|
|
- 0x6d, 0x62, 0x12, 0x28, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x67, 0x65, 0x18, 0x0e, 0x20, 0x03, 0x28,
|
|
|
|
- 0x0b, 0x32, 0x12, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x67, 0x65,
|
|
|
|
- 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x67, 0x65, 0x22, 0xbb, 0x02, 0x0a,
|
|
|
|
- 0x13, 0x50, 0x6f, 0x6c, 0x79, 0x6d, 0x65, 0x72, 0x69, 0x7a, 0x65, 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, 0x1e, 0x0a, 0x0a, 0x73, 0x65,
|
|
|
|
- 0x61, 0x72, 0x63, 0x68, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
|
|
|
|
- 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x43, 0x6f, 0x64, 0x65, 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, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6f,
|
|
|
|
- 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03,
|
|
|
|
- 0x52, 0x0c, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14,
|
|
|
|
- 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61,
|
|
|
|
- 0x70, 0x70, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x07,
|
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09,
|
|
|
|
- 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
|
- 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63,
|
|
|
|
- 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61,
|
|
|
|
- 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x55,
|
|
|
|
- 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e, 0x74,
|
|
|
|
- 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x65, 0x6e, 0x74, 0x41, 0x63, 0x63,
|
|
|
|
- 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x65, 0x6e,
|
|
|
|
- 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x74, 0x0a, 0x14, 0x50, 0x6f,
|
|
|
|
|
|
+ 0x69, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x5b, 0x0a, 0x11,
|
|
|
|
+ 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x52, 0x65,
|
|
|
|
+ 0x73, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x17, 0x0a, 0x07,
|
|
|
|
+ 0x65, 0x72, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65,
|
|
|
|
+ 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xed, 0x03, 0x0a, 0x15, 0x50, 0x72,
|
|
|
|
+ 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x44,
|
|
|
|
+ 0x61, 0x74, 0x61, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4e, 0x61, 0x6d,
|
|
|
|
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4e,
|
|
|
|
+ 0x61, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e,
|
|
|
|
+ 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x64, 0x65, 0x70,
|
|
|
|
+ 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x62,
|
|
|
|
+ 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x69,
|
|
|
|
+ 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x42,
|
|
|
|
+ 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x64, 0x69,
|
|
|
|
+ 0x72, 0x65, 0x63, 0x74, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x26, 0x0a, 0x0e, 0x63,
|
|
|
|
+ 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x05, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x0e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x42, 0x69, 0x64, 0x4e,
|
|
|
|
+ 0x75, 0x6d, 0x62, 0x12, 0x18, 0x0a, 0x07, 0x77, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x06,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x77, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x24, 0x0a,
|
|
|
|
+ 0x0d, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x57, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x07,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x57, 0x69, 0x6e, 0x4e,
|
|
|
|
+ 0x75, 0x6d, 0x62, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x57, 0x69,
|
|
|
|
+ 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x63, 0x68, 0x61,
|
|
|
|
+ 0x6e, 0x6e, 0x65, 0x6c, 0x57, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x22, 0x0a, 0x0c, 0x6e,
|
|
|
|
+ 0x6f, 0x74, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x03, 0x52, 0x0c, 0x6e, 0x6f, 0x74, 0x42, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12,
|
|
|
|
+ 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03,
|
|
|
|
+ 0x52, 0x07, 0x65, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74,
|
|
|
|
+ 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x65, 0x6e,
|
|
|
|
+ 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x36, 0x0a, 0x16, 0x70, 0x61, 0x72, 0x74, 0x69,
|
|
|
|
+ 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x75, 0x6d,
|
|
|
|
+ 0x62, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x16, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69,
|
|
|
|
+ 0x70, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x12,
|
|
|
|
+ 0x28, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x67, 0x65, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12,
|
|
|
|
+ 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x67, 0x65, 0x56, 0x61, 0x6c,
|
|
|
|
+ 0x75, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x67, 0x65, 0x22, 0xbb, 0x02, 0x0a, 0x13, 0x50, 0x6f,
|
|
0x6c, 0x79, 0x6d, 0x65, 0x72, 0x69, 0x7a, 0x65, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65,
|
|
0x6c, 0x79, 0x6d, 0x65, 0x72, 0x69, 0x7a, 0x65, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65,
|
|
- 0x73, 0x70, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01,
|
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x17, 0x0a,
|
|
|
|
- 0x07, 0x65, 0x72, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
|
|
- 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x28, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03,
|
|
|
|
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65,
|
|
|
|
- 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
|
|
|
|
- 0x22, 0xd7, 0x01, 0x0a, 0x0c, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x74, 0x75, 0x72,
|
|
|
|
- 0x6e, 0x12, 0x2b, 0x0a, 0x07, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
- 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72,
|
|
|
|
- 0x63, 0x68, 0x4d, 0x61, 0x70, 0x52, 0x07, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x33,
|
|
|
|
- 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x63, 0x75, 0x72, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20,
|
|
|
|
- 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61,
|
|
|
|
- 0x72, 0x63, 0x68, 0x4d, 0x61, 0x70, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x63, 0x75, 0x72, 0x65, 0x4c,
|
|
|
|
- 0x69, 0x73, 0x74, 0x12, 0x2c, 0x0a, 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73, 0x74, 0x18,
|
|
|
|
- 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x4d,
|
|
|
|
- 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73,
|
|
|
|
- 0x74, 0x12, 0x37, 0x0a, 0x0d, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x4c, 0x69,
|
|
|
|
- 0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72,
|
|
|
|
- 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4d, 0x61, 0x70, 0x52, 0x0d, 0x73, 0x75, 0x62,
|
|
|
|
- 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x45, 0x0a, 0x09, 0x53, 0x65,
|
|
|
|
- 0x61, 0x72, 0x63, 0x68, 0x4d, 0x61, 0x70, 0x12, 0x22, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
|
|
|
|
- 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53,
|
|
|
|
- 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x63,
|
|
|
|
- 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
|
- 0x74, 0x22, 0x4c, 0x0a, 0x06, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x74,
|
|
|
|
- 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c,
|
|
|
|
- 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
|
|
|
|
- 0x75, 0x72, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x61, 0x74, 0x61, 0x54, 0x69, 0x6d, 0x65, 0x18,
|
|
|
|
- 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x54, 0x69, 0x6d, 0x65, 0x22,
|
|
|
|
- 0xf7, 0x01, 0x0a, 0x08, 0x4d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04,
|
|
|
|
- 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
|
- 0x12, 0x12, 0x0a, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
|
|
|
- 0x69, 0x63, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
|
- 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x61, 0x62, 0x6c, 0x65,
|
|
|
|
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x75, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x0e,
|
|
|
|
- 0x0a, 0x02, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18,
|
|
|
|
- 0x0a, 0x07, 0x61, 0x70, 0x70, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
- 0x07, 0x61, 0x70, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x6e,
|
|
|
|
- 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x6e,
|
|
|
|
- 0x54, 0x79, 0x70, 0x65, 0x12, 0x29, 0x0a, 0x07, 0x74, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x18,
|
|
|
|
- 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x54,
|
|
|
|
- 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x74, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12,
|
|
|
|
- 0x14, 0x0a, 0x05, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05,
|
|
|
|
- 0x6d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x0b, 0x20,
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0xd5, 0x01, 0x0a, 0x07, 0x54, 0x69,
|
|
|
|
- 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01,
|
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63,
|
|
|
|
- 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f,
|
|
|
|
- 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d,
|
|
|
|
- 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69,
|
|
|
|
- 0x72, 0x6d, 0x55, 0x72, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d,
|
|
|
|
- 0x54, 0x65, 0x78, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x66,
|
|
|
|
- 0x69, 0x72, 0x6d, 0x54, 0x65, 0x78, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x73, 0x53, 0x68, 0x6f,
|
|
|
|
- 0x77, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x69,
|
|
|
|
- 0x73, 0x53, 0x68, 0x6f, 0x77, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x61,
|
|
|
|
|
|
+ 0x71, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
|
|
|
|
+ 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x61, 0x72, 0x63,
|
|
|
|
+ 0x68, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x61,
|
|
|
|
+ 0x72, 0x63, 0x68, 0x43, 0x6f, 0x64, 0x65, 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, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6f, 0x73, 0x69, 0x74,
|
|
|
|
+ 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x70,
|
|
|
|
+ 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61,
|
|
|
|
+ 0x70, 0x70, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49,
|
|
|
|
+ 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77,
|
|
|
|
+ 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6e, 0x65,
|
|
|
|
+ 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75,
|
|
|
|
+ 0x6e, 0x74, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f,
|
|
|
|
+ 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72,
|
|
|
|
+ 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65,
|
|
|
|
+ 0x72, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x65, 0x6e, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
|
+ 0x74, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x65, 0x6e, 0x74, 0x41, 0x63,
|
|
|
|
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x74, 0x0a, 0x14, 0x50, 0x6f, 0x6c, 0x79, 0x6d,
|
|
|
|
+ 0x65, 0x72, 0x69, 0x7a, 0x65, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
|
+ 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x65, 0x72,
|
|
|
|
+ 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72,
|
|
|
|
+ 0x4d, 0x73, 0x67, 0x12, 0x28, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x0b, 0x32, 0x14, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63,
|
|
|
|
+ 0x68, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xd7, 0x01,
|
|
|
|
+ 0x0a, 0x0c, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x12, 0x2b,
|
|
|
|
+ 0x0a, 0x07, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
|
|
+ 0x11, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4d,
|
|
|
|
+ 0x61, 0x70, 0x52, 0x07, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x33, 0x0a, 0x0b, 0x70,
|
|
|
|
+ 0x72, 0x6f, 0x63, 0x75, 0x72, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
|
|
|
|
+ 0x32, 0x11, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68,
|
|
|
|
+ 0x4d, 0x61, 0x70, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x63, 0x75, 0x72, 0x65, 0x4c, 0x69, 0x73, 0x74,
|
|
|
|
+ 0x12, 0x2c, 0x0a, 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x03,
|
|
|
|
+ 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x4d, 0x65, 0x6e, 0x75,
|
|
|
|
+ 0x4c, 0x69, 0x73, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x37,
|
|
|
|
+ 0x0a, 0x0d, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x18,
|
|
|
|
+ 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53,
|
|
|
|
+ 0x65, 0x61, 0x72, 0x63, 0x68, 0x4d, 0x61, 0x70, 0x52, 0x0d, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72,
|
|
|
|
+ 0x69, 0x62, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x45, 0x0a, 0x09, 0x53, 0x65, 0x61, 0x72, 0x63,
|
|
|
|
+ 0x68, 0x4d, 0x61, 0x70, 0x12, 0x22, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03,
|
|
|
|
+ 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x53, 0x65, 0x61, 0x72,
|
|
|
|
+ 0x63, 0x68, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
|
+ 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x4c,
|
|
|
|
+ 0x0a, 0x06, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c,
|
|
|
|
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x10,
|
|
|
|
+ 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c,
|
|
|
|
+ 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x61, 0x74, 0x61, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01,
|
|
|
|
+ 0x28, 0x03, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x54, 0x69, 0x6d, 0x65, 0x22, 0xf7, 0x01, 0x0a,
|
|
|
|
+ 0x08, 0x4d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
|
|
|
|
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a,
|
|
|
|
+ 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x69, 0x63, 0x6f,
|
|
|
|
+ 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
|
|
|
|
+ 0x75, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x04, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x08, 0x52, 0x06, 0x75, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
|
|
+ 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61,
|
|
0x70, 0x70, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70,
|
|
0x70, 0x70, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70,
|
|
0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x54, 0x79, 0x70,
|
|
0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x54, 0x79, 0x70,
|
|
0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x54, 0x79, 0x70,
|
|
0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x54, 0x79, 0x70,
|
|
- 0x65, 0x32, 0x84, 0x09, 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,
|
|
|
|
|
|
+ 0x65, 0x12, 0x29, 0x0a, 0x07, 0x74, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x08, 0x20, 0x01,
|
|
|
|
+ 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x54, 0x69, 0x70, 0x49,
|
|
|
|
+ 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x74, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05,
|
|
|
|
+ 0x6d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x61, 0x74,
|
|
|
|
+ 0x63, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
+ 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0xd5, 0x01, 0x0a, 0x07, 0x54, 0x69, 0x70, 0x49, 0x6e,
|
|
|
|
+ 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74,
|
|
|
|
+ 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65,
|
|
|
|
+ 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x55, 0x72, 0x6c,
|
|
|
|
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x55,
|
|
|
|
+ 0x72, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x65, 0x78,
|
|
|
|
+ 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d,
|
|
|
|
+ 0x54, 0x65, 0x78, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x43, 0x61,
|
|
|
|
+ 0x6e, 0x63, 0x65, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x69, 0x73, 0x53, 0x68,
|
|
|
|
+ 0x6f, 0x77, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x54,
|
|
|
|
+ 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x70, 0x54, 0x79,
|
|
|
|
+ 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x32, 0xcc,
|
|
|
|
+ 0x09, 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,
|
|
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,
|
|
|
|
|
|
+ 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, 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,
|
|
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, 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,
|
|
|
|
|
|
+ 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,
|
|
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,
|
|
|
|
|
|
+ 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,
|
|
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, 0x42, 0x0a, 0x5a, 0x08, 0x2e, 0x2f, 0x62, 0x78,
|
|
|
|
- 0x63, 0x6f, 0x72, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
+ 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, 0x42, 0x0a, 0x5a,
|
|
|
|
+ 0x08, 0x2e, 0x2f, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
+ 0x33,
|
|
}
|
|
}
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -6650,7 +6724,7 @@ func file_bxcore_proto_rawDescGZIP() []byte {
|
|
return file_bxcore_proto_rawDescData
|
|
return file_bxcore_proto_rawDescData
|
|
}
|
|
}
|
|
|
|
|
|
-var file_bxcore_proto_msgTypes = make([]protoimpl.MessageInfo, 55)
|
|
|
|
|
|
+var file_bxcore_proto_msgTypes = make([]protoimpl.MessageInfo, 56)
|
|
var file_bxcore_proto_goTypes = []interface{}{
|
|
var file_bxcore_proto_goTypes = []interface{}{
|
|
(*SearchReq)(nil), // 0: bxcore.SearchReq
|
|
(*SearchReq)(nil), // 0: bxcore.SearchReq
|
|
(*SearchResp)(nil), // 1: bxcore.SearchResp
|
|
(*SearchResp)(nil), // 1: bxcore.SearchResp
|
|
@@ -6699,14 +6773,15 @@ var file_bxcore_proto_goTypes = []interface{}{
|
|
(*ProjectDetailData)(nil), // 44: bxcore.ProjectDetailData
|
|
(*ProjectDetailData)(nil), // 44: bxcore.ProjectDetailData
|
|
(*DetailData)(nil), // 45: bxcore.DetailData
|
|
(*DetailData)(nil), // 45: bxcore.DetailData
|
|
(*DetailDataRes)(nil), // 46: bxcore.DetailDataRes
|
|
(*DetailDataRes)(nil), // 46: bxcore.DetailDataRes
|
|
- (*ProjectStatisticsData)(nil), // 47: bxcore.ProjectStatisticsData
|
|
|
|
- (*PolymerizeSearchReq)(nil), // 48: bxcore.PolymerizeSearchReq
|
|
|
|
- (*PolymerizeSearchResp)(nil), // 49: bxcore.PolymerizeSearchResp
|
|
|
|
- (*SearchReturn)(nil), // 50: bxcore.SearchReturn
|
|
|
|
- (*SearchMap)(nil), // 51: bxcore.SearchMap
|
|
|
|
- (*Search)(nil), // 52: bxcore.Search
|
|
|
|
- (*MenuList)(nil), // 53: bxcore.MenuList
|
|
|
|
- (*TipInfo)(nil), // 54: bxcore.TipInfo
|
|
|
|
|
|
+ (*SearchCriteriaRes)(nil), // 47: bxcore.SearchCriteriaRes
|
|
|
|
+ (*ProjectStatisticsData)(nil), // 48: bxcore.ProjectStatisticsData
|
|
|
|
+ (*PolymerizeSearchReq)(nil), // 49: bxcore.PolymerizeSearchReq
|
|
|
|
+ (*PolymerizeSearchResp)(nil), // 50: bxcore.PolymerizeSearchResp
|
|
|
|
+ (*SearchReturn)(nil), // 51: bxcore.SearchReturn
|
|
|
|
+ (*SearchMap)(nil), // 52: bxcore.SearchMap
|
|
|
|
+ (*Search)(nil), // 53: bxcore.Search
|
|
|
|
+ (*MenuList)(nil), // 54: bxcore.MenuList
|
|
|
|
+ (*TipInfo)(nil), // 55: bxcore.TipInfo
|
|
}
|
|
}
|
|
var file_bxcore_proto_depIdxs = []int32{
|
|
var file_bxcore_proto_depIdxs = []int32{
|
|
2, // 0: bxcore.SearchResp.data:type_name -> bxcore.SearchData
|
|
2, // 0: bxcore.SearchResp.data:type_name -> bxcore.SearchData
|
|
@@ -6729,18 +6804,18 @@ var file_bxcore_proto_depIdxs = []int32{
|
|
35, // 17: bxcore.ParticipateListRes.data:type_name -> bxcore.ParticipateData
|
|
35, // 17: bxcore.ParticipateListRes.data:type_name -> bxcore.ParticipateData
|
|
41, // 18: bxcore.PushStatisticsDataRes.data:type_name -> bxcore.PushStatisticsData
|
|
41, // 18: bxcore.PushStatisticsDataRes.data:type_name -> bxcore.PushStatisticsData
|
|
39, // 19: bxcore.PushStatisticsDataRes.sourceItem:type_name -> bxcore.sourceItem
|
|
39, // 19: bxcore.PushStatisticsDataRes.sourceItem:type_name -> bxcore.sourceItem
|
|
- 47, // 20: bxcore.ProjectStatisticsDataRes.data:type_name -> bxcore.ProjectStatisticsData
|
|
|
|
|
|
+ 48, // 20: bxcore.ProjectStatisticsDataRes.data:type_name -> bxcore.ProjectStatisticsData
|
|
43, // 21: bxcore.ProjectDetailData.stage:type_name -> bxcore.StageValue
|
|
43, // 21: bxcore.ProjectDetailData.stage:type_name -> bxcore.StageValue
|
|
44, // 22: bxcore.DetailData.list:type_name -> bxcore.ProjectDetailData
|
|
44, // 22: bxcore.DetailData.list:type_name -> bxcore.ProjectDetailData
|
|
45, // 23: bxcore.DetailDataRes.data:type_name -> bxcore.DetailData
|
|
45, // 23: bxcore.DetailDataRes.data:type_name -> bxcore.DetailData
|
|
43, // 24: bxcore.ProjectStatisticsData.stage:type_name -> bxcore.StageValue
|
|
43, // 24: bxcore.ProjectStatisticsData.stage:type_name -> bxcore.StageValue
|
|
- 50, // 25: bxcore.PolymerizeSearchResp.data:type_name -> bxcore.SearchReturn
|
|
|
|
- 51, // 26: bxcore.SearchReturn.entList:type_name -> bxcore.SearchMap
|
|
|
|
- 51, // 27: bxcore.SearchReturn.procureList:type_name -> bxcore.SearchMap
|
|
|
|
- 53, // 28: bxcore.SearchReturn.menuList:type_name -> bxcore.MenuList
|
|
|
|
- 51, // 29: bxcore.SearchReturn.subscribeList:type_name -> bxcore.SearchMap
|
|
|
|
- 52, // 30: bxcore.SearchMap.data:type_name -> bxcore.Search
|
|
|
|
- 54, // 31: bxcore.MenuList.tipInfo:type_name -> bxcore.TipInfo
|
|
|
|
|
|
+ 51, // 25: bxcore.PolymerizeSearchResp.data:type_name -> bxcore.SearchReturn
|
|
|
|
+ 52, // 26: bxcore.SearchReturn.entList:type_name -> bxcore.SearchMap
|
|
|
|
+ 52, // 27: bxcore.SearchReturn.procureList:type_name -> bxcore.SearchMap
|
|
|
|
+ 54, // 28: bxcore.SearchReturn.menuList:type_name -> bxcore.MenuList
|
|
|
|
+ 52, // 29: bxcore.SearchReturn.subscribeList:type_name -> bxcore.SearchMap
|
|
|
|
+ 53, // 30: bxcore.SearchMap.data:type_name -> bxcore.Search
|
|
|
|
+ 55, // 31: bxcore.MenuList.tipInfo:type_name -> bxcore.TipInfo
|
|
0, // 32: bxcore.BxCore.GetSearchList:input_type -> bxcore.SearchReq
|
|
0, // 32: bxcore.BxCore.GetSearchList:input_type -> bxcore.SearchReq
|
|
6, // 33: bxcore.BxCore.SearchLimit:input_type -> bxcore.SearchLimitReq
|
|
6, // 33: bxcore.BxCore.SearchLimit:input_type -> bxcore.SearchLimitReq
|
|
8, // 34: bxcore.BxCore.ParticipateShow:input_type -> bxcore.ParticipateShowReq
|
|
8, // 34: bxcore.BxCore.ParticipateShow:input_type -> bxcore.ParticipateShowReq
|
|
@@ -6754,25 +6829,27 @@ var file_bxcore_proto_depIdxs = []int32{
|
|
33, // 42: bxcore.BxCore.ParticipateList:input_type -> bxcore.ParticipateListReq
|
|
33, // 42: bxcore.BxCore.ParticipateList:input_type -> bxcore.ParticipateListReq
|
|
37, // 43: bxcore.BxCore.PushStatistics:input_type -> bxcore.StatisticsListReq
|
|
37, // 43: bxcore.BxCore.PushStatistics:input_type -> bxcore.StatisticsListReq
|
|
37, // 44: bxcore.BxCore.ProjectStatistics:input_type -> bxcore.StatisticsListReq
|
|
37, // 44: bxcore.BxCore.ProjectStatistics:input_type -> bxcore.StatisticsListReq
|
|
- 48, // 45: bxcore.BxCore.PolymerizeSearch:input_type -> bxcore.PolymerizeSearchReq
|
|
|
|
|
|
+ 49, // 45: bxcore.BxCore.PolymerizeSearch:input_type -> bxcore.PolymerizeSearchReq
|
|
38, // 46: bxcore.BxCore.ProjectDetails:input_type -> bxcore.ProjectDetailsReq
|
|
38, // 46: bxcore.BxCore.ProjectDetails:input_type -> bxcore.ProjectDetailsReq
|
|
- 1, // 47: bxcore.BxCore.GetSearchList:output_type -> bxcore.SearchResp
|
|
|
|
- 7, // 48: bxcore.BxCore.SearchLimit:output_type -> bxcore.SearchLimitResp
|
|
|
|
- 10, // 49: bxcore.BxCore.ParticipateShow:output_type -> bxcore.ParticipateShowRes
|
|
|
|
- 13, // 50: bxcore.BxCore.ParticipateInfo:output_type -> bxcore.ParticipateInfoRes
|
|
|
|
- 15, // 51: bxcore.BxCore.UpdateBidStatus:output_type -> bxcore.UpdateBidStatusRes
|
|
|
|
- 18, // 52: bxcore.BxCore.ParticipateContent:output_type -> bxcore.ParticipateContentRes
|
|
|
|
- 22, // 53: bxcore.BxCore.ParticipateRecords:output_type -> bxcore.ParticipateRecordsRes
|
|
|
|
- 25, // 54: bxcore.BxCore.ParticipatePersons:output_type -> bxcore.ParticipatePersonsRes
|
|
|
|
- 30, // 55: bxcore.BxCore.ParticipateSetUpInfo:output_type -> bxcore.ParticipateSetUpInfoRes
|
|
|
|
- 32, // 56: bxcore.BxCore.ParticipateAction:output_type -> bxcore.ParticipateActionRes
|
|
|
|
- 36, // 57: bxcore.BxCore.ParticipateList:output_type -> bxcore.ParticipateListRes
|
|
|
|
- 40, // 58: bxcore.BxCore.PushStatistics:output_type -> bxcore.PushStatisticsDataRes
|
|
|
|
- 42, // 59: bxcore.BxCore.ProjectStatistics:output_type -> bxcore.ProjectStatisticsDataRes
|
|
|
|
- 49, // 60: bxcore.BxCore.PolymerizeSearch:output_type -> bxcore.PolymerizeSearchResp
|
|
|
|
- 46, // 61: bxcore.BxCore.ProjectDetails:output_type -> bxcore.DetailDataRes
|
|
|
|
- 47, // [47:62] is the sub-list for method output_type
|
|
|
|
- 32, // [32:47] is the sub-list for method input_type
|
|
|
|
|
|
+ 0, // 47: bxcore.BxCore.PropertySearchCriteria:input_type -> bxcore.SearchReq
|
|
|
|
+ 1, // 48: bxcore.BxCore.GetSearchList:output_type -> bxcore.SearchResp
|
|
|
|
+ 7, // 49: bxcore.BxCore.SearchLimit:output_type -> bxcore.SearchLimitResp
|
|
|
|
+ 10, // 50: bxcore.BxCore.ParticipateShow:output_type -> bxcore.ParticipateShowRes
|
|
|
|
+ 13, // 51: bxcore.BxCore.ParticipateInfo:output_type -> bxcore.ParticipateInfoRes
|
|
|
|
+ 15, // 52: bxcore.BxCore.UpdateBidStatus:output_type -> bxcore.UpdateBidStatusRes
|
|
|
|
+ 18, // 53: bxcore.BxCore.ParticipateContent:output_type -> bxcore.ParticipateContentRes
|
|
|
|
+ 22, // 54: bxcore.BxCore.ParticipateRecords:output_type -> bxcore.ParticipateRecordsRes
|
|
|
|
+ 25, // 55: bxcore.BxCore.ParticipatePersons:output_type -> bxcore.ParticipatePersonsRes
|
|
|
|
+ 30, // 56: bxcore.BxCore.ParticipateSetUpInfo:output_type -> bxcore.ParticipateSetUpInfoRes
|
|
|
|
+ 32, // 57: bxcore.BxCore.ParticipateAction:output_type -> bxcore.ParticipateActionRes
|
|
|
|
+ 36, // 58: bxcore.BxCore.ParticipateList:output_type -> bxcore.ParticipateListRes
|
|
|
|
+ 40, // 59: bxcore.BxCore.PushStatistics:output_type -> bxcore.PushStatisticsDataRes
|
|
|
|
+ 42, // 60: bxcore.BxCore.ProjectStatistics:output_type -> bxcore.ProjectStatisticsDataRes
|
|
|
|
+ 50, // 61: bxcore.BxCore.PolymerizeSearch:output_type -> bxcore.PolymerizeSearchResp
|
|
|
|
+ 46, // 62: bxcore.BxCore.ProjectDetails:output_type -> bxcore.DetailDataRes
|
|
|
|
+ 47, // 63: bxcore.BxCore.PropertySearchCriteria:output_type -> bxcore.SearchCriteriaRes
|
|
|
|
+ 48, // [48:64] is the sub-list for method output_type
|
|
|
|
+ 32, // [32:48] is the sub-list for method input_type
|
|
32, // [32:32] is the sub-list for extension type_name
|
|
32, // [32:32] is the sub-list for extension type_name
|
|
32, // [32:32] is the sub-list for extension extendee
|
|
32, // [32:32] is the sub-list for extension extendee
|
|
0, // [0:32] is the sub-list for field type_name
|
|
0, // [0:32] is the sub-list for field type_name
|
|
@@ -7349,7 +7426,7 @@ func file_bxcore_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_bxcore_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} {
|
|
file_bxcore_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*ProjectStatisticsData); i {
|
|
|
|
|
|
+ switch v := v.(*SearchCriteriaRes); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -7361,7 +7438,7 @@ func file_bxcore_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_bxcore_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} {
|
|
file_bxcore_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*PolymerizeSearchReq); i {
|
|
|
|
|
|
+ switch v := v.(*ProjectStatisticsData); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -7373,7 +7450,7 @@ func file_bxcore_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_bxcore_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} {
|
|
file_bxcore_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*PolymerizeSearchResp); i {
|
|
|
|
|
|
+ switch v := v.(*PolymerizeSearchReq); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -7385,7 +7462,7 @@ func file_bxcore_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_bxcore_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} {
|
|
file_bxcore_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*SearchReturn); i {
|
|
|
|
|
|
+ switch v := v.(*PolymerizeSearchResp); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -7397,7 +7474,7 @@ func file_bxcore_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_bxcore_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} {
|
|
file_bxcore_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*SearchMap); i {
|
|
|
|
|
|
+ switch v := v.(*SearchReturn); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -7409,7 +7486,7 @@ func file_bxcore_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_bxcore_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} {
|
|
file_bxcore_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*Search); i {
|
|
|
|
|
|
+ switch v := v.(*SearchMap); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -7421,7 +7498,7 @@ func file_bxcore_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_bxcore_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} {
|
|
file_bxcore_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*MenuList); i {
|
|
|
|
|
|
+ switch v := v.(*Search); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -7433,6 +7510,18 @@ func file_bxcore_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_bxcore_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} {
|
|
file_bxcore_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*MenuList); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_bxcore_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*TipInfo); i {
|
|
switch v := v.(*TipInfo); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
@@ -7451,7 +7540,7 @@ func file_bxcore_proto_init() {
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_bxcore_proto_rawDesc,
|
|
RawDescriptor: file_bxcore_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumEnums: 0,
|
|
- NumMessages: 55,
|
|
|
|
|
|
+ NumMessages: 56,
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
NumServices: 1,
|
|
},
|
|
},
|