|
@@ -1,7 +1,7 @@
|
|
// 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.5.1
|
|
|
|
-// - protoc v5.29.3
|
|
|
|
|
|
+// - protoc-gen-go-grpc v1.3.0
|
|
|
|
+// - protoc v3.15.1
|
|
// source: biService.proto
|
|
// source: biService.proto
|
|
|
|
|
|
package pb
|
|
package pb
|
|
@@ -15,8 +15,8 @@ import (
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the grpc package it is being compiled against.
|
|
// is compatible with the grpc package it is being compiled against.
|
|
-// Requires gRPC-Go v1.64.0 or later.
|
|
|
|
-const _ = grpc.SupportPackageIsVersion9
|
|
|
|
|
|
+// Requires gRPC-Go v1.32.0 or later.
|
|
|
|
+const _ = grpc.SupportPackageIsVersion7
|
|
|
|
|
|
const (
|
|
const (
|
|
BiService_MyDataAsset_FullMethodName = "/BiService/myDataAsset"
|
|
BiService_MyDataAsset_FullMethodName = "/BiService/myDataAsset"
|
|
@@ -86,9 +86,8 @@ func NewBiServiceClient(cc grpc.ClientConnInterface) BiServiceClient {
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) MyDataAsset(ctx context.Context, in *MyDataAssetReq, opts ...grpc.CallOption) (*MyDataAssetResp, error) {
|
|
func (c *biServiceClient) MyDataAsset(ctx context.Context, in *MyDataAssetReq, opts ...grpc.CallOption) (*MyDataAssetResp, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(MyDataAssetResp)
|
|
out := new(MyDataAssetResp)
|
|
- err := c.cc.Invoke(ctx, BiService_MyDataAsset_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_MyDataAsset_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -96,9 +95,8 @@ func (c *biServiceClient) MyDataAsset(ctx context.Context, in *MyDataAssetReq, o
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) AddProject(ctx context.Context, in *AddProjectReq, opts ...grpc.CallOption) (*AddProjectResp, error) {
|
|
func (c *biServiceClient) AddProject(ctx context.Context, in *AddProjectReq, opts ...grpc.CallOption) (*AddProjectResp, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(AddProjectResp)
|
|
out := new(AddProjectResp)
|
|
- err := c.cc.Invoke(ctx, BiService_AddProject_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_AddProject_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -106,9 +104,8 @@ func (c *biServiceClient) AddProject(ctx context.Context, in *AddProjectReq, opt
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) GetInfoId(ctx context.Context, in *AddProjectReq, opts ...grpc.CallOption) (*GetInfoIdResp, error) {
|
|
func (c *biServiceClient) GetInfoId(ctx context.Context, in *AddProjectReq, opts ...grpc.CallOption) (*GetInfoIdResp, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(GetInfoIdResp)
|
|
out := new(GetInfoIdResp)
|
|
- err := c.cc.Invoke(ctx, BiService_GetInfoId_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_GetInfoId_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -116,9 +113,8 @@ func (c *biServiceClient) GetInfoId(ctx context.Context, in *AddProjectReq, opts
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) DrawClue(ctx context.Context, in *DrawClueReq, opts ...grpc.CallOption) (*AddProjectResp, error) {
|
|
func (c *biServiceClient) DrawClue(ctx context.Context, in *DrawClueReq, opts ...grpc.CallOption) (*AddProjectResp, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(AddProjectResp)
|
|
out := new(AddProjectResp)
|
|
- err := c.cc.Invoke(ctx, BiService_DrawClue_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_DrawClue_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -126,9 +122,8 @@ func (c *biServiceClient) DrawClue(ctx context.Context, in *DrawClueReq, opts ..
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) Call(ctx context.Context, in *CallReq, opts ...grpc.CallOption) (*BiResp, error) {
|
|
func (c *biServiceClient) Call(ctx context.Context, in *CallReq, opts ...grpc.CallOption) (*BiResp, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(BiResp)
|
|
out := new(BiResp)
|
|
- err := c.cc.Invoke(ctx, BiService_Call_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_Call_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -136,9 +131,8 @@ func (c *biServiceClient) Call(ctx context.Context, in *CallReq, opts ...grpc.Ca
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) DistributeClue(ctx context.Context, in *DistributeClueReq, opts ...grpc.CallOption) (*AddProjectResp, error) {
|
|
func (c *biServiceClient) DistributeClue(ctx context.Context, in *DistributeClueReq, opts ...grpc.CallOption) (*AddProjectResp, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(AddProjectResp)
|
|
out := new(AddProjectResp)
|
|
- err := c.cc.Invoke(ctx, BiService_DistributeClue_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_DistributeClue_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -146,9 +140,8 @@ func (c *biServiceClient) DistributeClue(ctx context.Context, in *DistributeClue
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) ClueImport(ctx context.Context, in *ClueImportReq, opts ...grpc.CallOption) (*ClueImportResp, error) {
|
|
func (c *biServiceClient) ClueImport(ctx context.Context, in *ClueImportReq, opts ...grpc.CallOption) (*ClueImportResp, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(ClueImportResp)
|
|
out := new(ClueImportResp)
|
|
- err := c.cc.Invoke(ctx, BiService_ClueImport_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_ClueImport_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -156,9 +149,8 @@ func (c *biServiceClient) ClueImport(ctx context.Context, in *ClueImportReq, opt
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) ClueAdd(ctx context.Context, in *ClueAddReq, opts ...grpc.CallOption) (*AddProjectResp, error) {
|
|
func (c *biServiceClient) ClueAdd(ctx context.Context, in *ClueAddReq, opts ...grpc.CallOption) (*AddProjectResp, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(AddProjectResp)
|
|
out := new(AddProjectResp)
|
|
- err := c.cc.Invoke(ctx, BiService_ClueAdd_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_ClueAdd_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -166,9 +158,8 @@ func (c *biServiceClient) ClueAdd(ctx context.Context, in *ClueAddReq, opts ...g
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) ClueImportTt(ctx context.Context, in *ClueImportReq, opts ...grpc.CallOption) (*ClueImportResp, error) {
|
|
func (c *biServiceClient) ClueImportTt(ctx context.Context, in *ClueImportReq, opts ...grpc.CallOption) (*ClueImportResp, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(ClueImportResp)
|
|
out := new(ClueImportResp)
|
|
- err := c.cc.Invoke(ctx, BiService_ClueImportTt_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_ClueImportTt_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -176,9 +167,8 @@ func (c *biServiceClient) ClueImportTt(ctx context.Context, in *ClueImportReq, o
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) AutoFollow(ctx context.Context, in *CallReq, opts ...grpc.CallOption) (*ClueImportResp, error) {
|
|
func (c *biServiceClient) AutoFollow(ctx context.Context, in *CallReq, opts ...grpc.CallOption) (*ClueImportResp, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(ClueImportResp)
|
|
out := new(ClueImportResp)
|
|
- err := c.cc.Invoke(ctx, BiService_AutoFollow_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_AutoFollow_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -186,9 +176,8 @@ func (c *biServiceClient) AutoFollow(ctx context.Context, in *CallReq, opts ...g
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) SqlManage(ctx context.Context, in *SqlManageReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
func (c *biServiceClient) SqlManage(ctx context.Context, in *SqlManageReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(BiReply)
|
|
out := new(BiReply)
|
|
- err := c.cc.Invoke(ctx, BiService_SqlManage_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_SqlManage_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -196,9 +185,8 @@ func (c *biServiceClient) SqlManage(ctx context.Context, in *SqlManageReq, opts
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) MyInfo(ctx context.Context, in *MyInfoReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
func (c *biServiceClient) MyInfo(ctx context.Context, in *MyInfoReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(BiReply)
|
|
out := new(BiReply)
|
|
- err := c.cc.Invoke(ctx, BiService_MyInfo_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_MyInfo_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -206,9 +194,8 @@ func (c *biServiceClient) MyInfo(ctx context.Context, in *MyInfoReq, opts ...grp
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) AllInfoExport(ctx context.Context, in *ExportReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
func (c *biServiceClient) AllInfoExport(ctx context.Context, in *ExportReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(BiReply)
|
|
out := new(BiReply)
|
|
- err := c.cc.Invoke(ctx, BiService_AllInfoExport_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_AllInfoExport_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -216,9 +203,8 @@ func (c *biServiceClient) AllInfoExport(ctx context.Context, in *ExportReq, opts
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) AllProjectExport(ctx context.Context, in *ExportReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
func (c *biServiceClient) AllProjectExport(ctx context.Context, in *ExportReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(BiReply)
|
|
out := new(BiReply)
|
|
- err := c.cc.Invoke(ctx, BiService_AllProjectExport_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_AllProjectExport_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -226,9 +212,8 @@ func (c *biServiceClient) AllProjectExport(ctx context.Context, in *ExportReq, o
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) InfoOperate(ctx context.Context, in *OperateReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
func (c *biServiceClient) InfoOperate(ctx context.Context, in *OperateReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(BiReply)
|
|
out := new(BiReply)
|
|
- err := c.cc.Invoke(ctx, BiService_InfoOperate_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_InfoOperate_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -236,9 +221,8 @@ func (c *biServiceClient) InfoOperate(ctx context.Context, in *OperateReq, opts
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) GetCompanyType(ctx context.Context, in *CompanyReq, opts ...grpc.CallOption) (*CompanyResp, error) {
|
|
func (c *biServiceClient) GetCompanyType(ctx context.Context, in *CompanyReq, opts ...grpc.CallOption) (*CompanyResp, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(CompanyResp)
|
|
out := new(CompanyResp)
|
|
- err := c.cc.Invoke(ctx, BiService_GetCompanyType_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_GetCompanyType_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -246,9 +230,8 @@ func (c *biServiceClient) GetCompanyType(ctx context.Context, in *CompanyReq, op
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) DistributeClueShow(ctx context.Context, in *DistributeClueShowReq, opts ...grpc.CallOption) (*DistributeClueShowResp, error) {
|
|
func (c *biServiceClient) DistributeClueShow(ctx context.Context, in *DistributeClueShowReq, opts ...grpc.CallOption) (*DistributeClueShowResp, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(DistributeClueShowResp)
|
|
out := new(DistributeClueShowResp)
|
|
- err := c.cc.Invoke(ctx, BiService_DistributeClueShow_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_DistributeClueShow_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -256,9 +239,8 @@ func (c *biServiceClient) DistributeClueShow(ctx context.Context, in *Distribute
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) SendMail(ctx context.Context, in *ExportByDbReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
func (c *biServiceClient) SendMail(ctx context.Context, in *ExportByDbReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(BiReply)
|
|
out := new(BiReply)
|
|
- err := c.cc.Invoke(ctx, BiService_SendMail_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_SendMail_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -266,9 +248,8 @@ func (c *biServiceClient) SendMail(ctx context.Context, in *ExportByDbReq, opts
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) UpFile(ctx context.Context, in *UpFileReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
func (c *biServiceClient) UpFile(ctx context.Context, in *UpFileReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(BiReply)
|
|
out := new(BiReply)
|
|
- err := c.cc.Invoke(ctx, BiService_UpFile_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_UpFile_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -276,9 +257,8 @@ func (c *biServiceClient) UpFile(ctx context.Context, in *UpFileReq, opts ...grp
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) SendCommonMail(ctx context.Context, in *SendMailReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
func (c *biServiceClient) SendCommonMail(ctx context.Context, in *SendMailReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(BiReply)
|
|
out := new(BiReply)
|
|
- err := c.cc.Invoke(ctx, BiService_SendCommonMail_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_SendCommonMail_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -286,9 +266,8 @@ func (c *biServiceClient) SendCommonMail(ctx context.Context, in *SendMailReq, o
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) AddAcceptance(ctx context.Context, in *AcceptanceReq, opts ...grpc.CallOption) (*AcceptanceResp, error) {
|
|
func (c *biServiceClient) AddAcceptance(ctx context.Context, in *AcceptanceReq, opts ...grpc.CallOption) (*AcceptanceResp, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(AcceptanceResp)
|
|
out := new(AcceptanceResp)
|
|
- err := c.cc.Invoke(ctx, BiService_AddAcceptance_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_AddAcceptance_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -296,9 +275,8 @@ func (c *biServiceClient) AddAcceptance(ctx context.Context, in *AcceptanceReq,
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) CreateClueByPhone(ctx context.Context, in *CreateCuleReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
func (c *biServiceClient) CreateClueByPhone(ctx context.Context, in *CreateCuleReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(BiReply)
|
|
out := new(BiReply)
|
|
- err := c.cc.Invoke(ctx, BiService_CreateClueByPhone_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_CreateClueByPhone_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -306,9 +284,8 @@ func (c *biServiceClient) CreateClueByPhone(ctx context.Context, in *CreateCuleR
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) TransferClueByPhone(ctx context.Context, in *TransferClueReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
func (c *biServiceClient) TransferClueByPhone(ctx context.Context, in *TransferClueReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(BiReply)
|
|
out := new(BiReply)
|
|
- err := c.cc.Invoke(ctx, BiService_TransferClueByPhone_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_TransferClueByPhone_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -316,9 +293,8 @@ func (c *biServiceClient) TransferClueByPhone(ctx context.Context, in *TransferC
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) FindClueInfo(ctx context.Context, in *FindClueInfoReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
func (c *biServiceClient) FindClueInfo(ctx context.Context, in *FindClueInfoReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(BiReply)
|
|
out := new(BiReply)
|
|
- err := c.cc.Invoke(ctx, BiService_FindClueInfo_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_FindClueInfo_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -326,9 +302,8 @@ func (c *biServiceClient) FindClueInfo(ctx context.Context, in *FindClueInfoReq,
|
|
}
|
|
}
|
|
|
|
|
|
func (c *biServiceClient) GetClueInfoList(ctx context.Context, in *ClueInfoReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
func (c *biServiceClient) GetClueInfoList(ctx context.Context, in *ClueInfoReq, opts ...grpc.CallOption) (*BiReply, error) {
|
|
- cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
|
|
out := new(BiReply)
|
|
out := new(BiReply)
|
|
- err := c.cc.Invoke(ctx, BiService_GetClueInfoList_FullMethodName, in, out, cOpts...)
|
|
|
|
|
|
+ err := c.cc.Invoke(ctx, BiService_GetClueInfoList_FullMethodName, in, out, opts...)
|
|
if err != nil {
|
|
if err != nil {
|
|
return nil, err
|
|
return nil, err
|
|
}
|
|
}
|
|
@@ -337,7 +312,7 @@ func (c *biServiceClient) GetClueInfoList(ctx context.Context, in *ClueInfoReq,
|
|
|
|
|
|
// BiServiceServer is the server API for BiService service.
|
|
// BiServiceServer is the server API for BiService service.
|
|
// All implementations must embed UnimplementedBiServiceServer
|
|
// All implementations must embed UnimplementedBiServiceServer
|
|
-// for forward compatibility.
|
|
|
|
|
|
+// for forward compatibility
|
|
type BiServiceServer interface {
|
|
type BiServiceServer interface {
|
|
MyDataAsset(context.Context, *MyDataAssetReq) (*MyDataAssetResp, error)
|
|
MyDataAsset(context.Context, *MyDataAssetReq) (*MyDataAssetResp, error)
|
|
AddProject(context.Context, *AddProjectReq) (*AddProjectResp, error)
|
|
AddProject(context.Context, *AddProjectReq) (*AddProjectResp, error)
|
|
@@ -367,12 +342,9 @@ type BiServiceServer interface {
|
|
mustEmbedUnimplementedBiServiceServer()
|
|
mustEmbedUnimplementedBiServiceServer()
|
|
}
|
|
}
|
|
|
|
|
|
-// UnimplementedBiServiceServer must be embedded to have
|
|
|
|
-// forward compatible implementations.
|
|
|
|
-//
|
|
|
|
-// NOTE: this should be embedded by value instead of pointer to avoid a nil
|
|
|
|
-// pointer dereference when methods are called.
|
|
|
|
-type UnimplementedBiServiceServer struct{}
|
|
|
|
|
|
+// UnimplementedBiServiceServer must be embedded to have forward compatible implementations.
|
|
|
|
+type UnimplementedBiServiceServer struct {
|
|
|
|
+}
|
|
|
|
|
|
func (UnimplementedBiServiceServer) MyDataAsset(context.Context, *MyDataAssetReq) (*MyDataAssetResp, error) {
|
|
func (UnimplementedBiServiceServer) MyDataAsset(context.Context, *MyDataAssetReq) (*MyDataAssetResp, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method MyDataAsset not implemented")
|
|
return nil, status.Errorf(codes.Unimplemented, "method MyDataAsset not implemented")
|
|
@@ -450,7 +422,6 @@ func (UnimplementedBiServiceServer) GetClueInfoList(context.Context, *ClueInfoRe
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetClueInfoList not implemented")
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetClueInfoList not implemented")
|
|
}
|
|
}
|
|
func (UnimplementedBiServiceServer) mustEmbedUnimplementedBiServiceServer() {}
|
|
func (UnimplementedBiServiceServer) mustEmbedUnimplementedBiServiceServer() {}
|
|
-func (UnimplementedBiServiceServer) testEmbeddedByValue() {}
|
|
|
|
|
|
|
|
// UnsafeBiServiceServer may be embedded to opt out of forward compatibility for this service.
|
|
// UnsafeBiServiceServer may be embedded to opt out of forward compatibility for this service.
|
|
// Use of this interface is not recommended, as added methods to BiServiceServer will
|
|
// Use of this interface is not recommended, as added methods to BiServiceServer will
|
|
@@ -460,13 +431,6 @@ type UnsafeBiServiceServer interface {
|
|
}
|
|
}
|
|
|
|
|
|
func RegisterBiServiceServer(s grpc.ServiceRegistrar, srv BiServiceServer) {
|
|
func RegisterBiServiceServer(s grpc.ServiceRegistrar, srv BiServiceServer) {
|
|
- // If the following call pancis, it indicates UnimplementedBiServiceServer was
|
|
|
|
- // embedded by pointer and is nil. This will cause panics if an
|
|
|
|
- // unimplemented method is ever invoked, so we test this at initialization
|
|
|
|
- // time to prevent it from happening at runtime later due to I/O.
|
|
|
|
- if t, ok := srv.(interface{ testEmbeddedByValue() }); ok {
|
|
|
|
- t.testEmbeddedByValue()
|
|
|
|
- }
|
|
|
|
s.RegisterService(&BiService_ServiceDesc, srv)
|
|
s.RegisterService(&BiService_ServiceDesc, srv)
|
|
}
|
|
}
|
|
|
|
|