123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- // Code generated by goctl. DO NOT EDIT.
- // goctl 1.7.6
- // Source: biService.proto
- package server
- import (
- "context"
- "bp.jydev.jianyu360.cn/BaseService/biService/rpc/internal/logic"
- "bp.jydev.jianyu360.cn/BaseService/biService/rpc/internal/svc"
- "bp.jydev.jianyu360.cn/BaseService/biService/rpc/pb"
- )
- type BiServiceServer struct {
- svcCtx *svc.ServiceContext
- pb.UnimplementedBiServiceServer
- }
- func NewBiServiceServer(svcCtx *svc.ServiceContext) *BiServiceServer {
- return &BiServiceServer{
- svcCtx: svcCtx,
- }
- }
- func (s *BiServiceServer) MyDataAsset(ctx context.Context, in *pb.MyDataAssetReq) (*pb.MyDataAssetResp, error) {
- l := logic.NewMyDataAssetLogic(ctx, s.svcCtx)
- return l.MyDataAsset(in)
- }
- func (s *BiServiceServer) AddProject(ctx context.Context, in *pb.AddProjectReq) (*pb.AddProjectResp, error) {
- l := logic.NewAddProjectLogic(ctx, s.svcCtx)
- return l.AddProject(in)
- }
- func (s *BiServiceServer) GetInfoId(ctx context.Context, in *pb.AddProjectReq) (*pb.GetInfoIdResp, error) {
- l := logic.NewGetInfoIdLogic(ctx, s.svcCtx)
- return l.GetInfoId(in)
- }
- func (s *BiServiceServer) DrawClue(ctx context.Context, in *pb.DrawClueReq) (*pb.AddProjectResp, error) {
- l := logic.NewDrawClueLogic(ctx, s.svcCtx)
- return l.DrawClue(in)
- }
- func (s *BiServiceServer) Call(ctx context.Context, in *pb.CallReq) (*pb.BiResp, error) {
- l := logic.NewCallLogic(ctx, s.svcCtx)
- return l.Call(in)
- }
- func (s *BiServiceServer) DistributeClue(ctx context.Context, in *pb.DistributeClueReq) (*pb.AddProjectResp, error) {
- l := logic.NewDistributeClueLogic(ctx, s.svcCtx)
- return l.DistributeClue(in)
- }
- func (s *BiServiceServer) ClueImport(ctx context.Context, in *pb.ClueImportReq) (*pb.ClueImportResp, error) {
- l := logic.NewClueImportLogic(ctx, s.svcCtx)
- return l.ClueImport(in)
- }
- func (s *BiServiceServer) ClueAdd(ctx context.Context, in *pb.ClueAddReq) (*pb.AddProjectResp, error) {
- l := logic.NewClueAddLogic(ctx, s.svcCtx)
- return l.ClueAdd(in)
- }
- func (s *BiServiceServer) ClueImportTt(ctx context.Context, in *pb.ClueImportReq) (*pb.ClueImportResp, error) {
- l := logic.NewClueImportTtLogic(ctx, s.svcCtx)
- return l.ClueImportTt(in)
- }
- func (s *BiServiceServer) AutoFollow(ctx context.Context, in *pb.CallReq) (*pb.ClueImportResp, error) {
- l := logic.NewAutoFollowLogic(ctx, s.svcCtx)
- return l.AutoFollow(in)
- }
- func (s *BiServiceServer) SqlManage(ctx context.Context, in *pb.SqlManageReq) (*pb.BiReply, error) {
- l := logic.NewSqlManageLogic(ctx, s.svcCtx)
- return l.SqlManage(in)
- }
- func (s *BiServiceServer) MyInfo(ctx context.Context, in *pb.MyInfoReq) (*pb.BiReply, error) {
- l := logic.NewMyInfoLogic(ctx, s.svcCtx)
- return l.MyInfo(in)
- }
- func (s *BiServiceServer) AllInfoExport(ctx context.Context, in *pb.ExportReq) (*pb.BiReply, error) {
- l := logic.NewAllInfoExportLogic(ctx, s.svcCtx)
- return l.AllInfoExport(in)
- }
- func (s *BiServiceServer) AllProjectExport(ctx context.Context, in *pb.ExportReq) (*pb.BiReply, error) {
- l := logic.NewAllProjectExportLogic(ctx, s.svcCtx)
- return l.AllProjectExport(in)
- }
- func (s *BiServiceServer) InfoOperate(ctx context.Context, in *pb.OperateReq) (*pb.BiReply, error) {
- l := logic.NewInfoOperateLogic(ctx, s.svcCtx)
- return l.InfoOperate(in)
- }
- func (s *BiServiceServer) GetCompanyType(ctx context.Context, in *pb.CompanyReq) (*pb.CompanyResp, error) {
- l := logic.NewGetCompanyTypeLogic(ctx, s.svcCtx)
- return l.GetCompanyType(in)
- }
- func (s *BiServiceServer) DistributeClueShow(ctx context.Context, in *pb.DistributeClueShowReq) (*pb.DistributeClueShowResp, error) {
- l := logic.NewDistributeClueShowLogic(ctx, s.svcCtx)
- return l.DistributeClueShow(in)
- }
- func (s *BiServiceServer) SendMail(ctx context.Context, in *pb.ExportByDbReq) (*pb.BiReply, error) {
- l := logic.NewSendMailLogic(ctx, s.svcCtx)
- return l.SendMail(in)
- }
- func (s *BiServiceServer) UpFile(ctx context.Context, in *pb.UpFileReq) (*pb.BiReply, error) {
- l := logic.NewUpFileLogic(ctx, s.svcCtx)
- return l.UpFile(in)
- }
- func (s *BiServiceServer) SendCommonMail(ctx context.Context, in *pb.SendMailReq) (*pb.BiReply, error) {
- l := logic.NewSendCommonMailLogic(ctx, s.svcCtx)
- return l.SendCommonMail(in)
- }
- func (s *BiServiceServer) AddAcceptance(ctx context.Context, in *pb.AcceptanceReq) (*pb.AcceptanceResp, error) {
- l := logic.NewAddAcceptanceLogic(ctx, s.svcCtx)
- return l.AddAcceptance(in)
- }
- func (s *BiServiceServer) CreateClueByPhone(ctx context.Context, in *pb.CreateCuleReq) (*pb.BiReply, error) {
- l := logic.NewCreateClueByPhoneLogic(ctx, s.svcCtx)
- return l.CreateClueByPhone(in)
- }
- func (s *BiServiceServer) TransferClueByPhone(ctx context.Context, in *pb.TransferClueReq) (*pb.BiReply, error) {
- l := logic.NewTransferClueByPhoneLogic(ctx, s.svcCtx)
- return l.TransferClueByPhone(in)
- }
- func (s *BiServiceServer) FindClueInfo(ctx context.Context, in *pb.FindClueInfoReq) (*pb.BiReply, error) {
- l := logic.NewFindClueInfoLogic(ctx, s.svcCtx)
- return l.FindClueInfo(in)
- }
- func (s *BiServiceServer) MakeEntRelation(ctx context.Context, in *pb.MakeEntRelationReq) (*pb.MakeEntRelationResp, error) {
- l := logic.NewMakeEntRelationLogic(ctx, s.svcCtx)
- return l.MakeEntRelation(in)
- }
- func (s *BiServiceServer) GetClueInfoList(ctx context.Context, in *pb.ClueInfoReq) (*pb.BiReply, error) {
- l := logic.NewGetClueInfoListLogic(ctx, s.svcCtx)
- return l.GetClueInfoList(in)
- }
|