|
@@ -1,11 +1,9 @@
|
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
|
// versions:
|
|
// versions:
|
|
-// - protoc-gen-go-grpc v1.3.0
|
|
|
|
-// - protoc v3.15.1
|
|
|
|
|
|
+// - protoc-gen-go-grpc v1.2.0
|
|
|
|
+// - protoc v3.19.4
|
|
// source: bxcore.proto
|
|
// source: bxcore.proto
|
|
|
|
|
|
-//import "google/protobuf/any.proto";
|
|
|
|
-
|
|
|
|
package bxcore
|
|
package bxcore
|
|
|
|
|
|
import (
|
|
import (
|
|
@@ -20,29 +18,6 @@ import (
|
|
// Requires gRPC-Go v1.32.0 or later.
|
|
// Requires gRPC-Go v1.32.0 or later.
|
|
const _ = grpc.SupportPackageIsVersion7
|
|
const _ = grpc.SupportPackageIsVersion7
|
|
|
|
|
|
-const (
|
|
|
|
- BxCore_GetSearchList_FullMethodName = "/bxcore.BxCore/GetSearchList"
|
|
|
|
- BxCore_SearchLimit_FullMethodName = "/bxcore.BxCore/SearchLimit"
|
|
|
|
- BxCore_ParticipateShow_FullMethodName = "/bxcore.BxCore/ParticipateShow"
|
|
|
|
- BxCore_ParticipateInfo_FullMethodName = "/bxcore.BxCore/ParticipateInfo"
|
|
|
|
- BxCore_UpdateBidStatus_FullMethodName = "/bxcore.BxCore/UpdateBidStatus"
|
|
|
|
- BxCore_ParticipateContent_FullMethodName = "/bxcore.BxCore/ParticipateContent"
|
|
|
|
- BxCore_ParticipateRecords_FullMethodName = "/bxcore.BxCore/ParticipateRecords"
|
|
|
|
- BxCore_ParticipatePersons_FullMethodName = "/bxcore.BxCore/ParticipatePersons"
|
|
|
|
- BxCore_ParticipateSetUpInfo_FullMethodName = "/bxcore.BxCore/ParticipateSetUpInfo"
|
|
|
|
- BxCore_ParticipateAction_FullMethodName = "/bxcore.BxCore/ParticipateAction"
|
|
|
|
- BxCore_ParticipateList_FullMethodName = "/bxcore.BxCore/ParticipateList"
|
|
|
|
- BxCore_PushStatistics_FullMethodName = "/bxcore.BxCore/PushStatistics"
|
|
|
|
- BxCore_ProjectStatistics_FullMethodName = "/bxcore.BxCore/ProjectStatistics"
|
|
|
|
- BxCore_PolymerizeSearch_FullMethodName = "/bxcore.BxCore/PolymerizeSearch"
|
|
|
|
- BxCore_ProjectDetails_FullMethodName = "/bxcore.BxCore/ProjectDetails"
|
|
|
|
- BxCore_PropertySearchCriteria_FullMethodName = "/bxcore.BxCore/PropertySearchCriteria"
|
|
|
|
- BxCore_SearchHotKey_FullMethodName = "/bxcore.BxCore/SearchHotKey"
|
|
|
|
- BxCore_PurchaseSearch_FullMethodName = "/bxcore.BxCore/PurchaseSearch"
|
|
|
|
- BxCore_OperatorSearchCriteria_FullMethodName = "/bxcore.BxCore/OperatorSearchCriteria"
|
|
|
|
- BxCore_OperatorSearch_FullMethodName = "/bxcore.BxCore/OperatorSearch"
|
|
|
|
-)
|
|
|
|
-
|
|
|
|
// BxCoreClient is the client API for BxCore service.
|
|
// BxCoreClient is the client API for BxCore service.
|
|
//
|
|
//
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
|
|
@@ -97,7 +72,7 @@ func NewBxCoreClient(cc grpc.ClientConnInterface) BxCoreClient {
|
|
|
|
|
|
func (c *bxCoreClient) GetSearchList(ctx context.Context, in *SearchReq, opts ...grpc.CallOption) (*SearchResp, error) {
|
|
func (c *bxCoreClient) GetSearchList(ctx context.Context, in *SearchReq, opts ...grpc.CallOption) (*SearchResp, error) {
|
|
out := new(SearchResp)
|
|
out := new(SearchResp)
|
|
- err := c.cc.Invoke(ctx, BxCore_GetSearchList_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/GetSearchList", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -106,7 +81,7 @@ func (c *bxCoreClient) GetSearchList(ctx context.Context, in *SearchReq, opts ..
|
|
|
|
|
|
func (c *bxCoreClient) SearchLimit(ctx context.Context, in *SearchLimitReq, opts ...grpc.CallOption) (*SearchLimitResp, error) {
|
|
func (c *bxCoreClient) SearchLimit(ctx context.Context, in *SearchLimitReq, opts ...grpc.CallOption) (*SearchLimitResp, error) {
|
|
out := new(SearchLimitResp)
|
|
out := new(SearchLimitResp)
|
|
- err := c.cc.Invoke(ctx, BxCore_SearchLimit_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/SearchLimit", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -115,7 +90,7 @@ func (c *bxCoreClient) SearchLimit(ctx context.Context, in *SearchLimitReq, opts
|
|
|
|
|
|
func (c *bxCoreClient) ParticipateShow(ctx context.Context, in *ParticipateShowReq, opts ...grpc.CallOption) (*ParticipateShowRes, error) {
|
|
func (c *bxCoreClient) ParticipateShow(ctx context.Context, in *ParticipateShowReq, opts ...grpc.CallOption) (*ParticipateShowRes, error) {
|
|
out := new(ParticipateShowRes)
|
|
out := new(ParticipateShowRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_ParticipateShow_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/ParticipateShow", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -124,7 +99,7 @@ func (c *bxCoreClient) ParticipateShow(ctx context.Context, in *ParticipateShowR
|
|
|
|
|
|
func (c *bxCoreClient) ParticipateInfo(ctx context.Context, in *ParticipateInfoReq, opts ...grpc.CallOption) (*ParticipateInfoRes, error) {
|
|
func (c *bxCoreClient) ParticipateInfo(ctx context.Context, in *ParticipateInfoReq, opts ...grpc.CallOption) (*ParticipateInfoRes, error) {
|
|
out := new(ParticipateInfoRes)
|
|
out := new(ParticipateInfoRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_ParticipateInfo_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/ParticipateInfo", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -133,7 +108,7 @@ func (c *bxCoreClient) ParticipateInfo(ctx context.Context, in *ParticipateInfoR
|
|
|
|
|
|
func (c *bxCoreClient) UpdateBidStatus(ctx context.Context, in *UpdateBidStatusReq, opts ...grpc.CallOption) (*UpdateBidStatusRes, error) {
|
|
func (c *bxCoreClient) UpdateBidStatus(ctx context.Context, in *UpdateBidStatusReq, opts ...grpc.CallOption) (*UpdateBidStatusRes, error) {
|
|
out := new(UpdateBidStatusRes)
|
|
out := new(UpdateBidStatusRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_UpdateBidStatus_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/UpdateBidStatus", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -142,7 +117,7 @@ func (c *bxCoreClient) UpdateBidStatus(ctx context.Context, in *UpdateBidStatusR
|
|
|
|
|
|
func (c *bxCoreClient) ParticipateContent(ctx context.Context, in *ParticipateContentReq, opts ...grpc.CallOption) (*ParticipateContentRes, error) {
|
|
func (c *bxCoreClient) ParticipateContent(ctx context.Context, in *ParticipateContentReq, opts ...grpc.CallOption) (*ParticipateContentRes, error) {
|
|
out := new(ParticipateContentRes)
|
|
out := new(ParticipateContentRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_ParticipateContent_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/ParticipateContent", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -151,7 +126,7 @@ func (c *bxCoreClient) ParticipateContent(ctx context.Context, in *ParticipateCo
|
|
|
|
|
|
func (c *bxCoreClient) ParticipateRecords(ctx context.Context, in *ParticipateRecordsReq, opts ...grpc.CallOption) (*ParticipateRecordsRes, error) {
|
|
func (c *bxCoreClient) ParticipateRecords(ctx context.Context, in *ParticipateRecordsReq, opts ...grpc.CallOption) (*ParticipateRecordsRes, error) {
|
|
out := new(ParticipateRecordsRes)
|
|
out := new(ParticipateRecordsRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_ParticipateRecords_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/ParticipateRecords", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -160,7 +135,7 @@ func (c *bxCoreClient) ParticipateRecords(ctx context.Context, in *ParticipateRe
|
|
|
|
|
|
func (c *bxCoreClient) ParticipatePersons(ctx context.Context, in *ParticipatePersonsReq, opts ...grpc.CallOption) (*ParticipatePersonsRes, error) {
|
|
func (c *bxCoreClient) ParticipatePersons(ctx context.Context, in *ParticipatePersonsReq, opts ...grpc.CallOption) (*ParticipatePersonsRes, error) {
|
|
out := new(ParticipatePersonsRes)
|
|
out := new(ParticipatePersonsRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_ParticipatePersons_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/ParticipatePersons", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -169,7 +144,7 @@ func (c *bxCoreClient) ParticipatePersons(ctx context.Context, in *ParticipatePe
|
|
|
|
|
|
func (c *bxCoreClient) ParticipateSetUpInfo(ctx context.Context, in *ParticipateSetUpInfoReq, opts ...grpc.CallOption) (*ParticipateSetUpInfoRes, error) {
|
|
func (c *bxCoreClient) ParticipateSetUpInfo(ctx context.Context, in *ParticipateSetUpInfoReq, opts ...grpc.CallOption) (*ParticipateSetUpInfoRes, error) {
|
|
out := new(ParticipateSetUpInfoRes)
|
|
out := new(ParticipateSetUpInfoRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_ParticipateSetUpInfo_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/ParticipateSetUpInfo", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -178,7 +153,7 @@ func (c *bxCoreClient) ParticipateSetUpInfo(ctx context.Context, in *Participate
|
|
|
|
|
|
func (c *bxCoreClient) ParticipateAction(ctx context.Context, in *ParticipateActionReq, opts ...grpc.CallOption) (*ParticipateActionRes, error) {
|
|
func (c *bxCoreClient) ParticipateAction(ctx context.Context, in *ParticipateActionReq, opts ...grpc.CallOption) (*ParticipateActionRes, error) {
|
|
out := new(ParticipateActionRes)
|
|
out := new(ParticipateActionRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_ParticipateAction_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/ParticipateAction", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -187,7 +162,7 @@ func (c *bxCoreClient) ParticipateAction(ctx context.Context, in *ParticipateAct
|
|
|
|
|
|
func (c *bxCoreClient) ParticipateList(ctx context.Context, in *ParticipateListReq, opts ...grpc.CallOption) (*ParticipateListRes, error) {
|
|
func (c *bxCoreClient) ParticipateList(ctx context.Context, in *ParticipateListReq, opts ...grpc.CallOption) (*ParticipateListRes, error) {
|
|
out := new(ParticipateListRes)
|
|
out := new(ParticipateListRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_ParticipateList_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/ParticipateList", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -196,7 +171,7 @@ func (c *bxCoreClient) ParticipateList(ctx context.Context, in *ParticipateListR
|
|
|
|
|
|
func (c *bxCoreClient) PushStatistics(ctx context.Context, in *StatisticsListReq, opts ...grpc.CallOption) (*PushStatisticsDataRes, error) {
|
|
func (c *bxCoreClient) PushStatistics(ctx context.Context, in *StatisticsListReq, opts ...grpc.CallOption) (*PushStatisticsDataRes, error) {
|
|
out := new(PushStatisticsDataRes)
|
|
out := new(PushStatisticsDataRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_PushStatistics_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/PushStatistics", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -205,7 +180,7 @@ func (c *bxCoreClient) PushStatistics(ctx context.Context, in *StatisticsListReq
|
|
|
|
|
|
func (c *bxCoreClient) ProjectStatistics(ctx context.Context, in *StatisticsListReq, opts ...grpc.CallOption) (*ProjectStatisticsDataRes, error) {
|
|
func (c *bxCoreClient) ProjectStatistics(ctx context.Context, in *StatisticsListReq, opts ...grpc.CallOption) (*ProjectStatisticsDataRes, error) {
|
|
out := new(ProjectStatisticsDataRes)
|
|
out := new(ProjectStatisticsDataRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_ProjectStatistics_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/ProjectStatistics", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -214,7 +189,7 @@ func (c *bxCoreClient) ProjectStatistics(ctx context.Context, in *StatisticsList
|
|
|
|
|
|
func (c *bxCoreClient) PolymerizeSearch(ctx context.Context, in *PolymerizeSearchReq, opts ...grpc.CallOption) (*PolymerizeSearchResp, error) {
|
|
func (c *bxCoreClient) PolymerizeSearch(ctx context.Context, in *PolymerizeSearchReq, opts ...grpc.CallOption) (*PolymerizeSearchResp, error) {
|
|
out := new(PolymerizeSearchResp)
|
|
out := new(PolymerizeSearchResp)
|
|
- err := c.cc.Invoke(ctx, BxCore_PolymerizeSearch_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/PolymerizeSearch", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -223,7 +198,7 @@ func (c *bxCoreClient) PolymerizeSearch(ctx context.Context, in *PolymerizeSearc
|
|
|
|
|
|
func (c *bxCoreClient) ProjectDetails(ctx context.Context, in *ProjectDetailsReq, opts ...grpc.CallOption) (*DetailDataRes, error) {
|
|
func (c *bxCoreClient) ProjectDetails(ctx context.Context, in *ProjectDetailsReq, opts ...grpc.CallOption) (*DetailDataRes, error) {
|
|
out := new(DetailDataRes)
|
|
out := new(DetailDataRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_ProjectDetails_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/ProjectDetails", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -232,7 +207,7 @@ func (c *bxCoreClient) ProjectDetails(ctx context.Context, in *ProjectDetailsReq
|
|
|
|
|
|
func (c *bxCoreClient) PropertySearchCriteria(ctx context.Context, in *SearchReq, opts ...grpc.CallOption) (*SearchCriteriaRes, error) {
|
|
func (c *bxCoreClient) PropertySearchCriteria(ctx context.Context, in *SearchReq, opts ...grpc.CallOption) (*SearchCriteriaRes, error) {
|
|
out := new(SearchCriteriaRes)
|
|
out := new(SearchCriteriaRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_PropertySearchCriteria_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/PropertySearchCriteria", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -241,7 +216,7 @@ func (c *bxCoreClient) PropertySearchCriteria(ctx context.Context, in *SearchReq
|
|
|
|
|
|
func (c *bxCoreClient) SearchHotKey(ctx context.Context, in *HotKeysReq, opts ...grpc.CallOption) (*HotKeysRes, error) {
|
|
func (c *bxCoreClient) SearchHotKey(ctx context.Context, in *HotKeysReq, opts ...grpc.CallOption) (*HotKeysRes, error) {
|
|
out := new(HotKeysRes)
|
|
out := new(HotKeysRes)
|
|
- err := c.cc.Invoke(ctx, BxCore_SearchHotKey_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/SearchHotKey", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -250,7 +225,7 @@ func (c *bxCoreClient) SearchHotKey(ctx context.Context, in *HotKeysReq, opts ..
|
|
|
|
|
|
func (c *bxCoreClient) PurchaseSearch(ctx context.Context, in *PurchaseReq, opts ...grpc.CallOption) (*PurchaseResp, error) {
|
|
func (c *bxCoreClient) PurchaseSearch(ctx context.Context, in *PurchaseReq, opts ...grpc.CallOption) (*PurchaseResp, error) {
|
|
out := new(PurchaseResp)
|
|
out := new(PurchaseResp)
|
|
- err := c.cc.Invoke(ctx, BxCore_PurchaseSearch_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/PurchaseSearch", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -259,7 +234,7 @@ func (c *bxCoreClient) PurchaseSearch(ctx context.Context, in *PurchaseReq, opts
|
|
|
|
|
|
func (c *bxCoreClient) OperatorSearchCriteria(ctx context.Context, in *OperatorSearchCriteriaReq, opts ...grpc.CallOption) (*OperatorSearchResp, error) {
|
|
func (c *bxCoreClient) OperatorSearchCriteria(ctx context.Context, in *OperatorSearchCriteriaReq, opts ...grpc.CallOption) (*OperatorSearchResp, error) {
|
|
out := new(OperatorSearchResp)
|
|
out := new(OperatorSearchResp)
|
|
- err := c.cc.Invoke(ctx, BxCore_OperatorSearchCriteria_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/OperatorSearchCriteria", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -268,7 +243,7 @@ func (c *bxCoreClient) OperatorSearchCriteria(ctx context.Context, in *OperatorS
|
|
|
|
|
|
func (c *bxCoreClient) OperatorSearch(ctx context.Context, in *OperatorSearchReq, opts ...grpc.CallOption) (*OperatorSearchResp, error) {
|
|
func (c *bxCoreClient) OperatorSearch(ctx context.Context, in *OperatorSearchReq, opts ...grpc.CallOption) (*OperatorSearchResp, error) {
|
|
out := new(OperatorSearchResp)
|
|
out := new(OperatorSearchResp)
|
|
- err := c.cc.Invoke(ctx, BxCore_OperatorSearch_FullMethodName, in, out, opts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, "/bxcore.BxCore/OperatorSearch", in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -407,7 +382,7 @@ func _BxCore_GetSearchList_Handler(srv interface{}, ctx context.Context, dec fun
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_GetSearchList_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/GetSearchList",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).GetSearchList(ctx, req.(*SearchReq))
|
|
return srv.(BxCoreServer).GetSearchList(ctx, req.(*SearchReq))
|
|
@@ -425,7 +400,7 @@ func _BxCore_SearchLimit_Handler(srv interface{}, ctx context.Context, dec func(
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_SearchLimit_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/SearchLimit",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).SearchLimit(ctx, req.(*SearchLimitReq))
|
|
return srv.(BxCoreServer).SearchLimit(ctx, req.(*SearchLimitReq))
|
|
@@ -443,7 +418,7 @@ func _BxCore_ParticipateShow_Handler(srv interface{}, ctx context.Context, dec f
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_ParticipateShow_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/ParticipateShow",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).ParticipateShow(ctx, req.(*ParticipateShowReq))
|
|
return srv.(BxCoreServer).ParticipateShow(ctx, req.(*ParticipateShowReq))
|
|
@@ -461,7 +436,7 @@ func _BxCore_ParticipateInfo_Handler(srv interface{}, ctx context.Context, dec f
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_ParticipateInfo_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/ParticipateInfo",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).ParticipateInfo(ctx, req.(*ParticipateInfoReq))
|
|
return srv.(BxCoreServer).ParticipateInfo(ctx, req.(*ParticipateInfoReq))
|
|
@@ -479,7 +454,7 @@ func _BxCore_UpdateBidStatus_Handler(srv interface{}, ctx context.Context, dec f
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_UpdateBidStatus_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/UpdateBidStatus",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).UpdateBidStatus(ctx, req.(*UpdateBidStatusReq))
|
|
return srv.(BxCoreServer).UpdateBidStatus(ctx, req.(*UpdateBidStatusReq))
|
|
@@ -497,7 +472,7 @@ func _BxCore_ParticipateContent_Handler(srv interface{}, ctx context.Context, de
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_ParticipateContent_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/ParticipateContent",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).ParticipateContent(ctx, req.(*ParticipateContentReq))
|
|
return srv.(BxCoreServer).ParticipateContent(ctx, req.(*ParticipateContentReq))
|
|
@@ -515,7 +490,7 @@ func _BxCore_ParticipateRecords_Handler(srv interface{}, ctx context.Context, de
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_ParticipateRecords_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/ParticipateRecords",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).ParticipateRecords(ctx, req.(*ParticipateRecordsReq))
|
|
return srv.(BxCoreServer).ParticipateRecords(ctx, req.(*ParticipateRecordsReq))
|
|
@@ -533,7 +508,7 @@ func _BxCore_ParticipatePersons_Handler(srv interface{}, ctx context.Context, de
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_ParticipatePersons_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/ParticipatePersons",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).ParticipatePersons(ctx, req.(*ParticipatePersonsReq))
|
|
return srv.(BxCoreServer).ParticipatePersons(ctx, req.(*ParticipatePersonsReq))
|
|
@@ -551,7 +526,7 @@ func _BxCore_ParticipateSetUpInfo_Handler(srv interface{}, ctx context.Context,
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_ParticipateSetUpInfo_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/ParticipateSetUpInfo",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).ParticipateSetUpInfo(ctx, req.(*ParticipateSetUpInfoReq))
|
|
return srv.(BxCoreServer).ParticipateSetUpInfo(ctx, req.(*ParticipateSetUpInfoReq))
|
|
@@ -569,7 +544,7 @@ func _BxCore_ParticipateAction_Handler(srv interface{}, ctx context.Context, dec
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_ParticipateAction_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/ParticipateAction",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).ParticipateAction(ctx, req.(*ParticipateActionReq))
|
|
return srv.(BxCoreServer).ParticipateAction(ctx, req.(*ParticipateActionReq))
|
|
@@ -587,7 +562,7 @@ func _BxCore_ParticipateList_Handler(srv interface{}, ctx context.Context, dec f
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_ParticipateList_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/ParticipateList",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).ParticipateList(ctx, req.(*ParticipateListReq))
|
|
return srv.(BxCoreServer).ParticipateList(ctx, req.(*ParticipateListReq))
|
|
@@ -605,7 +580,7 @@ func _BxCore_PushStatistics_Handler(srv interface{}, ctx context.Context, dec fu
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_PushStatistics_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/PushStatistics",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).PushStatistics(ctx, req.(*StatisticsListReq))
|
|
return srv.(BxCoreServer).PushStatistics(ctx, req.(*StatisticsListReq))
|
|
@@ -623,7 +598,7 @@ func _BxCore_ProjectStatistics_Handler(srv interface{}, ctx context.Context, dec
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_ProjectStatistics_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/ProjectStatistics",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).ProjectStatistics(ctx, req.(*StatisticsListReq))
|
|
return srv.(BxCoreServer).ProjectStatistics(ctx, req.(*StatisticsListReq))
|
|
@@ -641,7 +616,7 @@ func _BxCore_PolymerizeSearch_Handler(srv interface{}, ctx context.Context, dec
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_PolymerizeSearch_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/PolymerizeSearch",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).PolymerizeSearch(ctx, req.(*PolymerizeSearchReq))
|
|
return srv.(BxCoreServer).PolymerizeSearch(ctx, req.(*PolymerizeSearchReq))
|
|
@@ -659,7 +634,7 @@ func _BxCore_ProjectDetails_Handler(srv interface{}, ctx context.Context, dec fu
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_ProjectDetails_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/ProjectDetails",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).ProjectDetails(ctx, req.(*ProjectDetailsReq))
|
|
return srv.(BxCoreServer).ProjectDetails(ctx, req.(*ProjectDetailsReq))
|
|
@@ -677,7 +652,7 @@ func _BxCore_PropertySearchCriteria_Handler(srv interface{}, ctx context.Context
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_PropertySearchCriteria_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/PropertySearchCriteria",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).PropertySearchCriteria(ctx, req.(*SearchReq))
|
|
return srv.(BxCoreServer).PropertySearchCriteria(ctx, req.(*SearchReq))
|
|
@@ -695,7 +670,7 @@ func _BxCore_SearchHotKey_Handler(srv interface{}, ctx context.Context, dec func
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_SearchHotKey_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/SearchHotKey",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).SearchHotKey(ctx, req.(*HotKeysReq))
|
|
return srv.(BxCoreServer).SearchHotKey(ctx, req.(*HotKeysReq))
|
|
@@ -713,7 +688,7 @@ func _BxCore_PurchaseSearch_Handler(srv interface{}, ctx context.Context, dec fu
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_PurchaseSearch_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/PurchaseSearch",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).PurchaseSearch(ctx, req.(*PurchaseReq))
|
|
return srv.(BxCoreServer).PurchaseSearch(ctx, req.(*PurchaseReq))
|
|
@@ -731,7 +706,7 @@ func _BxCore_OperatorSearchCriteria_Handler(srv interface{}, ctx context.Context
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_OperatorSearchCriteria_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/OperatorSearchCriteria",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).OperatorSearchCriteria(ctx, req.(*OperatorSearchCriteriaReq))
|
|
return srv.(BxCoreServer).OperatorSearchCriteria(ctx, req.(*OperatorSearchCriteriaReq))
|
|
@@ -749,7 +724,7 @@ func _BxCore_OperatorSearch_Handler(srv interface{}, ctx context.Context, dec fu
|
|
}
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
Server: srv,
|
|
- FullMethod: BxCore_OperatorSearch_FullMethodName,
|
|
|
|
|
|
+ FullMethod: "/bxcore.BxCore/OperatorSearch",
|
|
}
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(BxCoreServer).OperatorSearch(ctx, req.(*OperatorSearchReq))
|
|
return srv.(BxCoreServer).OperatorSearch(ctx, req.(*OperatorSearchReq))
|