biService_grpc.pb.go 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997
  1. // Code generated by protoc-gen-go-grpc. DO NOT EDIT.
  2. // versions:
  3. // - protoc-gen-go-grpc v1.3.0
  4. // - protoc v3.15.1
  5. // source: biService.proto
  6. package pb
  7. import (
  8. context "context"
  9. grpc "google.golang.org/grpc"
  10. codes "google.golang.org/grpc/codes"
  11. status "google.golang.org/grpc/status"
  12. )
  13. // This is a compile-time assertion to ensure that this generated file
  14. // is compatible with the grpc package it is being compiled against.
  15. // Requires gRPC-Go v1.32.0 or later.
  16. const _ = grpc.SupportPackageIsVersion7
  17. const (
  18. BiService_MyDataAsset_FullMethodName = "/BiService/myDataAsset"
  19. BiService_AddProject_FullMethodName = "/BiService/addProject"
  20. BiService_GetInfoId_FullMethodName = "/BiService/getInfoId"
  21. BiService_DrawClue_FullMethodName = "/BiService/drawClue"
  22. BiService_Call_FullMethodName = "/BiService/Call"
  23. BiService_DistributeClue_FullMethodName = "/BiService/distributeClue"
  24. BiService_ClueImport_FullMethodName = "/BiService/clueImport"
  25. BiService_ClueAdd_FullMethodName = "/BiService/clueAdd"
  26. BiService_ClueImportTt_FullMethodName = "/BiService/clueImportTt"
  27. BiService_AutoFollow_FullMethodName = "/BiService/autoFollow"
  28. BiService_SqlManage_FullMethodName = "/BiService/sqlManage"
  29. BiService_MyInfo_FullMethodName = "/BiService/myInfo"
  30. BiService_AllInfoExport_FullMethodName = "/BiService/allInfoExport"
  31. BiService_AllProjectExport_FullMethodName = "/BiService/allProjectExport"
  32. BiService_InfoOperate_FullMethodName = "/BiService/infoOperate"
  33. BiService_GetCompanyType_FullMethodName = "/BiService/getCompanyType"
  34. BiService_DistributeClueShow_FullMethodName = "/BiService/distributeClueShow"
  35. BiService_SendMail_FullMethodName = "/BiService/sendMail"
  36. BiService_UpFile_FullMethodName = "/BiService/upFile"
  37. BiService_SendCommonMail_FullMethodName = "/BiService/sendCommonMail"
  38. BiService_AddAcceptance_FullMethodName = "/BiService/addAcceptance"
  39. BiService_CreateClueByPhone_FullMethodName = "/BiService/createClueByPhone"
  40. BiService_TransferClueByPhone_FullMethodName = "/BiService/transferClueByPhone"
  41. BiService_FindClueInfo_FullMethodName = "/BiService/findClueInfo"
  42. BiService_GetClueInfoList_FullMethodName = "/BiService/getClueInfoList"
  43. )
  44. // BiServiceClient is the client API for BiService service.
  45. //
  46. // 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.
  47. type BiServiceClient interface {
  48. MyDataAsset(ctx context.Context, in *MyDataAssetReq, opts ...grpc.CallOption) (*MyDataAssetResp, error)
  49. AddProject(ctx context.Context, in *AddProjectReq, opts ...grpc.CallOption) (*AddProjectResp, error)
  50. GetInfoId(ctx context.Context, in *AddProjectReq, opts ...grpc.CallOption) (*GetInfoIdResp, error)
  51. DrawClue(ctx context.Context, in *DrawClueReq, opts ...grpc.CallOption) (*AddProjectResp, error)
  52. Call(ctx context.Context, in *CallReq, opts ...grpc.CallOption) (*BiResp, error)
  53. DistributeClue(ctx context.Context, in *DistributeClueReq, opts ...grpc.CallOption) (*AddProjectResp, error)
  54. ClueImport(ctx context.Context, in *ClueImportReq, opts ...grpc.CallOption) (*ClueImportResp, error)
  55. ClueAdd(ctx context.Context, in *ClueAddReq, opts ...grpc.CallOption) (*AddProjectResp, error)
  56. ClueImportTt(ctx context.Context, in *ClueImportReq, opts ...grpc.CallOption) (*ClueImportResp, error)
  57. AutoFollow(ctx context.Context, in *CallReq, opts ...grpc.CallOption) (*ClueImportResp, error)
  58. SqlManage(ctx context.Context, in *SqlManageReq, opts ...grpc.CallOption) (*BiReply, error)
  59. MyInfo(ctx context.Context, in *MyInfoReq, opts ...grpc.CallOption) (*BiReply, error)
  60. AllInfoExport(ctx context.Context, in *ExportReq, opts ...grpc.CallOption) (*BiReply, error)
  61. AllProjectExport(ctx context.Context, in *ExportReq, opts ...grpc.CallOption) (*BiReply, error)
  62. InfoOperate(ctx context.Context, in *OperateReq, opts ...grpc.CallOption) (*BiReply, error)
  63. GetCompanyType(ctx context.Context, in *CompanyReq, opts ...grpc.CallOption) (*CompanyResp, error)
  64. DistributeClueShow(ctx context.Context, in *DistributeClueShowReq, opts ...grpc.CallOption) (*DistributeClueShowResp, error)
  65. SendMail(ctx context.Context, in *ExportByDbReq, opts ...grpc.CallOption) (*BiReply, error)
  66. UpFile(ctx context.Context, in *UpFileReq, opts ...grpc.CallOption) (*BiReply, error)
  67. SendCommonMail(ctx context.Context, in *SendMailReq, opts ...grpc.CallOption) (*BiReply, error)
  68. AddAcceptance(ctx context.Context, in *AcceptanceReq, opts ...grpc.CallOption) (*AcceptanceResp, error)
  69. CreateClueByPhone(ctx context.Context, in *CreateCuleReq, opts ...grpc.CallOption) (*BiReply, error)
  70. TransferClueByPhone(ctx context.Context, in *TransferClueReq, opts ...grpc.CallOption) (*BiReply, error)
  71. FindClueInfo(ctx context.Context, in *FindClueInfoReq, opts ...grpc.CallOption) (*BiReply, error)
  72. GetClueInfoList(ctx context.Context, in *ClueInfoReq, opts ...grpc.CallOption) (*BiReply, error)
  73. }
  74. type biServiceClient struct {
  75. cc grpc.ClientConnInterface
  76. }
  77. func NewBiServiceClient(cc grpc.ClientConnInterface) BiServiceClient {
  78. return &biServiceClient{cc}
  79. }
  80. func (c *biServiceClient) MyDataAsset(ctx context.Context, in *MyDataAssetReq, opts ...grpc.CallOption) (*MyDataAssetResp, error) {
  81. out := new(MyDataAssetResp)
  82. err := c.cc.Invoke(ctx, BiService_MyDataAsset_FullMethodName, in, out, opts...)
  83. if err != nil {
  84. return nil, err
  85. }
  86. return out, nil
  87. }
  88. func (c *biServiceClient) AddProject(ctx context.Context, in *AddProjectReq, opts ...grpc.CallOption) (*AddProjectResp, error) {
  89. out := new(AddProjectResp)
  90. err := c.cc.Invoke(ctx, BiService_AddProject_FullMethodName, in, out, opts...)
  91. if err != nil {
  92. return nil, err
  93. }
  94. return out, nil
  95. }
  96. func (c *biServiceClient) GetInfoId(ctx context.Context, in *AddProjectReq, opts ...grpc.CallOption) (*GetInfoIdResp, error) {
  97. out := new(GetInfoIdResp)
  98. err := c.cc.Invoke(ctx, BiService_GetInfoId_FullMethodName, in, out, opts...)
  99. if err != nil {
  100. return nil, err
  101. }
  102. return out, nil
  103. }
  104. func (c *biServiceClient) DrawClue(ctx context.Context, in *DrawClueReq, opts ...grpc.CallOption) (*AddProjectResp, error) {
  105. out := new(AddProjectResp)
  106. err := c.cc.Invoke(ctx, BiService_DrawClue_FullMethodName, in, out, opts...)
  107. if err != nil {
  108. return nil, err
  109. }
  110. return out, nil
  111. }
  112. func (c *biServiceClient) Call(ctx context.Context, in *CallReq, opts ...grpc.CallOption) (*BiResp, error) {
  113. out := new(BiResp)
  114. err := c.cc.Invoke(ctx, BiService_Call_FullMethodName, in, out, opts...)
  115. if err != nil {
  116. return nil, err
  117. }
  118. return out, nil
  119. }
  120. func (c *biServiceClient) DistributeClue(ctx context.Context, in *DistributeClueReq, opts ...grpc.CallOption) (*AddProjectResp, error) {
  121. out := new(AddProjectResp)
  122. err := c.cc.Invoke(ctx, BiService_DistributeClue_FullMethodName, in, out, opts...)
  123. if err != nil {
  124. return nil, err
  125. }
  126. return out, nil
  127. }
  128. func (c *biServiceClient) ClueImport(ctx context.Context, in *ClueImportReq, opts ...grpc.CallOption) (*ClueImportResp, error) {
  129. out := new(ClueImportResp)
  130. err := c.cc.Invoke(ctx, BiService_ClueImport_FullMethodName, in, out, opts...)
  131. if err != nil {
  132. return nil, err
  133. }
  134. return out, nil
  135. }
  136. func (c *biServiceClient) ClueAdd(ctx context.Context, in *ClueAddReq, opts ...grpc.CallOption) (*AddProjectResp, error) {
  137. out := new(AddProjectResp)
  138. err := c.cc.Invoke(ctx, BiService_ClueAdd_FullMethodName, in, out, opts...)
  139. if err != nil {
  140. return nil, err
  141. }
  142. return out, nil
  143. }
  144. func (c *biServiceClient) ClueImportTt(ctx context.Context, in *ClueImportReq, opts ...grpc.CallOption) (*ClueImportResp, error) {
  145. out := new(ClueImportResp)
  146. err := c.cc.Invoke(ctx, BiService_ClueImportTt_FullMethodName, in, out, opts...)
  147. if err != nil {
  148. return nil, err
  149. }
  150. return out, nil
  151. }
  152. func (c *biServiceClient) AutoFollow(ctx context.Context, in *CallReq, opts ...grpc.CallOption) (*ClueImportResp, error) {
  153. out := new(ClueImportResp)
  154. err := c.cc.Invoke(ctx, BiService_AutoFollow_FullMethodName, in, out, opts...)
  155. if err != nil {
  156. return nil, err
  157. }
  158. return out, nil
  159. }
  160. func (c *biServiceClient) SqlManage(ctx context.Context, in *SqlManageReq, opts ...grpc.CallOption) (*BiReply, error) {
  161. out := new(BiReply)
  162. err := c.cc.Invoke(ctx, BiService_SqlManage_FullMethodName, in, out, opts...)
  163. if err != nil {
  164. return nil, err
  165. }
  166. return out, nil
  167. }
  168. func (c *biServiceClient) MyInfo(ctx context.Context, in *MyInfoReq, opts ...grpc.CallOption) (*BiReply, error) {
  169. out := new(BiReply)
  170. err := c.cc.Invoke(ctx, BiService_MyInfo_FullMethodName, in, out, opts...)
  171. if err != nil {
  172. return nil, err
  173. }
  174. return out, nil
  175. }
  176. func (c *biServiceClient) AllInfoExport(ctx context.Context, in *ExportReq, opts ...grpc.CallOption) (*BiReply, error) {
  177. out := new(BiReply)
  178. err := c.cc.Invoke(ctx, BiService_AllInfoExport_FullMethodName, in, out, opts...)
  179. if err != nil {
  180. return nil, err
  181. }
  182. return out, nil
  183. }
  184. func (c *biServiceClient) AllProjectExport(ctx context.Context, in *ExportReq, opts ...grpc.CallOption) (*BiReply, error) {
  185. out := new(BiReply)
  186. err := c.cc.Invoke(ctx, BiService_AllProjectExport_FullMethodName, in, out, opts...)
  187. if err != nil {
  188. return nil, err
  189. }
  190. return out, nil
  191. }
  192. func (c *biServiceClient) InfoOperate(ctx context.Context, in *OperateReq, opts ...grpc.CallOption) (*BiReply, error) {
  193. out := new(BiReply)
  194. err := c.cc.Invoke(ctx, BiService_InfoOperate_FullMethodName, in, out, opts...)
  195. if err != nil {
  196. return nil, err
  197. }
  198. return out, nil
  199. }
  200. func (c *biServiceClient) GetCompanyType(ctx context.Context, in *CompanyReq, opts ...grpc.CallOption) (*CompanyResp, error) {
  201. out := new(CompanyResp)
  202. err := c.cc.Invoke(ctx, BiService_GetCompanyType_FullMethodName, in, out, opts...)
  203. if err != nil {
  204. return nil, err
  205. }
  206. return out, nil
  207. }
  208. func (c *biServiceClient) DistributeClueShow(ctx context.Context, in *DistributeClueShowReq, opts ...grpc.CallOption) (*DistributeClueShowResp, error) {
  209. out := new(DistributeClueShowResp)
  210. err := c.cc.Invoke(ctx, BiService_DistributeClueShow_FullMethodName, in, out, opts...)
  211. if err != nil {
  212. return nil, err
  213. }
  214. return out, nil
  215. }
  216. func (c *biServiceClient) SendMail(ctx context.Context, in *ExportByDbReq, opts ...grpc.CallOption) (*BiReply, error) {
  217. out := new(BiReply)
  218. err := c.cc.Invoke(ctx, BiService_SendMail_FullMethodName, in, out, opts...)
  219. if err != nil {
  220. return nil, err
  221. }
  222. return out, nil
  223. }
  224. func (c *biServiceClient) UpFile(ctx context.Context, in *UpFileReq, opts ...grpc.CallOption) (*BiReply, error) {
  225. out := new(BiReply)
  226. err := c.cc.Invoke(ctx, BiService_UpFile_FullMethodName, in, out, opts...)
  227. if err != nil {
  228. return nil, err
  229. }
  230. return out, nil
  231. }
  232. func (c *biServiceClient) SendCommonMail(ctx context.Context, in *SendMailReq, opts ...grpc.CallOption) (*BiReply, error) {
  233. out := new(BiReply)
  234. err := c.cc.Invoke(ctx, BiService_SendCommonMail_FullMethodName, in, out, opts...)
  235. if err != nil {
  236. return nil, err
  237. }
  238. return out, nil
  239. }
  240. func (c *biServiceClient) AddAcceptance(ctx context.Context, in *AcceptanceReq, opts ...grpc.CallOption) (*AcceptanceResp, error) {
  241. out := new(AcceptanceResp)
  242. err := c.cc.Invoke(ctx, BiService_AddAcceptance_FullMethodName, in, out, opts...)
  243. if err != nil {
  244. return nil, err
  245. }
  246. return out, nil
  247. }
  248. func (c *biServiceClient) CreateClueByPhone(ctx context.Context, in *CreateCuleReq, opts ...grpc.CallOption) (*BiReply, error) {
  249. out := new(BiReply)
  250. err := c.cc.Invoke(ctx, BiService_CreateClueByPhone_FullMethodName, in, out, opts...)
  251. if err != nil {
  252. return nil, err
  253. }
  254. return out, nil
  255. }
  256. func (c *biServiceClient) TransferClueByPhone(ctx context.Context, in *TransferClueReq, opts ...grpc.CallOption) (*BiReply, error) {
  257. out := new(BiReply)
  258. err := c.cc.Invoke(ctx, BiService_TransferClueByPhone_FullMethodName, in, out, opts...)
  259. if err != nil {
  260. return nil, err
  261. }
  262. return out, nil
  263. }
  264. func (c *biServiceClient) FindClueInfo(ctx context.Context, in *FindClueInfoReq, opts ...grpc.CallOption) (*BiReply, error) {
  265. out := new(BiReply)
  266. err := c.cc.Invoke(ctx, BiService_FindClueInfo_FullMethodName, in, out, opts...)
  267. if err != nil {
  268. return nil, err
  269. }
  270. return out, nil
  271. }
  272. func (c *biServiceClient) GetClueInfoList(ctx context.Context, in *ClueInfoReq, opts ...grpc.CallOption) (*BiReply, error) {
  273. out := new(BiReply)
  274. err := c.cc.Invoke(ctx, BiService_GetClueInfoList_FullMethodName, in, out, opts...)
  275. if err != nil {
  276. return nil, err
  277. }
  278. return out, nil
  279. }
  280. // BiServiceServer is the server API for BiService service.
  281. // All implementations must embed UnimplementedBiServiceServer
  282. // for forward compatibility
  283. type BiServiceServer interface {
  284. MyDataAsset(context.Context, *MyDataAssetReq) (*MyDataAssetResp, error)
  285. AddProject(context.Context, *AddProjectReq) (*AddProjectResp, error)
  286. GetInfoId(context.Context, *AddProjectReq) (*GetInfoIdResp, error)
  287. DrawClue(context.Context, *DrawClueReq) (*AddProjectResp, error)
  288. Call(context.Context, *CallReq) (*BiResp, error)
  289. DistributeClue(context.Context, *DistributeClueReq) (*AddProjectResp, error)
  290. ClueImport(context.Context, *ClueImportReq) (*ClueImportResp, error)
  291. ClueAdd(context.Context, *ClueAddReq) (*AddProjectResp, error)
  292. ClueImportTt(context.Context, *ClueImportReq) (*ClueImportResp, error)
  293. AutoFollow(context.Context, *CallReq) (*ClueImportResp, error)
  294. SqlManage(context.Context, *SqlManageReq) (*BiReply, error)
  295. MyInfo(context.Context, *MyInfoReq) (*BiReply, error)
  296. AllInfoExport(context.Context, *ExportReq) (*BiReply, error)
  297. AllProjectExport(context.Context, *ExportReq) (*BiReply, error)
  298. InfoOperate(context.Context, *OperateReq) (*BiReply, error)
  299. GetCompanyType(context.Context, *CompanyReq) (*CompanyResp, error)
  300. DistributeClueShow(context.Context, *DistributeClueShowReq) (*DistributeClueShowResp, error)
  301. SendMail(context.Context, *ExportByDbReq) (*BiReply, error)
  302. UpFile(context.Context, *UpFileReq) (*BiReply, error)
  303. SendCommonMail(context.Context, *SendMailReq) (*BiReply, error)
  304. AddAcceptance(context.Context, *AcceptanceReq) (*AcceptanceResp, error)
  305. CreateClueByPhone(context.Context, *CreateCuleReq) (*BiReply, error)
  306. TransferClueByPhone(context.Context, *TransferClueReq) (*BiReply, error)
  307. FindClueInfo(context.Context, *FindClueInfoReq) (*BiReply, error)
  308. GetClueInfoList(context.Context, *ClueInfoReq) (*BiReply, error)
  309. mustEmbedUnimplementedBiServiceServer()
  310. }
  311. // UnimplementedBiServiceServer must be embedded to have forward compatible implementations.
  312. type UnimplementedBiServiceServer struct {
  313. }
  314. func (UnimplementedBiServiceServer) MyDataAsset(context.Context, *MyDataAssetReq) (*MyDataAssetResp, error) {
  315. return nil, status.Errorf(codes.Unimplemented, "method MyDataAsset not implemented")
  316. }
  317. func (UnimplementedBiServiceServer) AddProject(context.Context, *AddProjectReq) (*AddProjectResp, error) {
  318. return nil, status.Errorf(codes.Unimplemented, "method AddProject not implemented")
  319. }
  320. func (UnimplementedBiServiceServer) GetInfoId(context.Context, *AddProjectReq) (*GetInfoIdResp, error) {
  321. return nil, status.Errorf(codes.Unimplemented, "method GetInfoId not implemented")
  322. }
  323. func (UnimplementedBiServiceServer) DrawClue(context.Context, *DrawClueReq) (*AddProjectResp, error) {
  324. return nil, status.Errorf(codes.Unimplemented, "method DrawClue not implemented")
  325. }
  326. func (UnimplementedBiServiceServer) Call(context.Context, *CallReq) (*BiResp, error) {
  327. return nil, status.Errorf(codes.Unimplemented, "method Call not implemented")
  328. }
  329. func (UnimplementedBiServiceServer) DistributeClue(context.Context, *DistributeClueReq) (*AddProjectResp, error) {
  330. return nil, status.Errorf(codes.Unimplemented, "method DistributeClue not implemented")
  331. }
  332. func (UnimplementedBiServiceServer) ClueImport(context.Context, *ClueImportReq) (*ClueImportResp, error) {
  333. return nil, status.Errorf(codes.Unimplemented, "method ClueImport not implemented")
  334. }
  335. func (UnimplementedBiServiceServer) ClueAdd(context.Context, *ClueAddReq) (*AddProjectResp, error) {
  336. return nil, status.Errorf(codes.Unimplemented, "method ClueAdd not implemented")
  337. }
  338. func (UnimplementedBiServiceServer) ClueImportTt(context.Context, *ClueImportReq) (*ClueImportResp, error) {
  339. return nil, status.Errorf(codes.Unimplemented, "method ClueImportTt not implemented")
  340. }
  341. func (UnimplementedBiServiceServer) AutoFollow(context.Context, *CallReq) (*ClueImportResp, error) {
  342. return nil, status.Errorf(codes.Unimplemented, "method AutoFollow not implemented")
  343. }
  344. func (UnimplementedBiServiceServer) SqlManage(context.Context, *SqlManageReq) (*BiReply, error) {
  345. return nil, status.Errorf(codes.Unimplemented, "method SqlManage not implemented")
  346. }
  347. func (UnimplementedBiServiceServer) MyInfo(context.Context, *MyInfoReq) (*BiReply, error) {
  348. return nil, status.Errorf(codes.Unimplemented, "method MyInfo not implemented")
  349. }
  350. func (UnimplementedBiServiceServer) AllInfoExport(context.Context, *ExportReq) (*BiReply, error) {
  351. return nil, status.Errorf(codes.Unimplemented, "method AllInfoExport not implemented")
  352. }
  353. func (UnimplementedBiServiceServer) AllProjectExport(context.Context, *ExportReq) (*BiReply, error) {
  354. return nil, status.Errorf(codes.Unimplemented, "method AllProjectExport not implemented")
  355. }
  356. func (UnimplementedBiServiceServer) InfoOperate(context.Context, *OperateReq) (*BiReply, error) {
  357. return nil, status.Errorf(codes.Unimplemented, "method InfoOperate not implemented")
  358. }
  359. func (UnimplementedBiServiceServer) GetCompanyType(context.Context, *CompanyReq) (*CompanyResp, error) {
  360. return nil, status.Errorf(codes.Unimplemented, "method GetCompanyType not implemented")
  361. }
  362. func (UnimplementedBiServiceServer) DistributeClueShow(context.Context, *DistributeClueShowReq) (*DistributeClueShowResp, error) {
  363. return nil, status.Errorf(codes.Unimplemented, "method DistributeClueShow not implemented")
  364. }
  365. func (UnimplementedBiServiceServer) SendMail(context.Context, *ExportByDbReq) (*BiReply, error) {
  366. return nil, status.Errorf(codes.Unimplemented, "method SendMail not implemented")
  367. }
  368. func (UnimplementedBiServiceServer) UpFile(context.Context, *UpFileReq) (*BiReply, error) {
  369. return nil, status.Errorf(codes.Unimplemented, "method UpFile not implemented")
  370. }
  371. func (UnimplementedBiServiceServer) SendCommonMail(context.Context, *SendMailReq) (*BiReply, error) {
  372. return nil, status.Errorf(codes.Unimplemented, "method SendCommonMail not implemented")
  373. }
  374. func (UnimplementedBiServiceServer) AddAcceptance(context.Context, *AcceptanceReq) (*AcceptanceResp, error) {
  375. return nil, status.Errorf(codes.Unimplemented, "method AddAcceptance not implemented")
  376. }
  377. func (UnimplementedBiServiceServer) CreateClueByPhone(context.Context, *CreateCuleReq) (*BiReply, error) {
  378. return nil, status.Errorf(codes.Unimplemented, "method CreateClueByPhone not implemented")
  379. }
  380. func (UnimplementedBiServiceServer) TransferClueByPhone(context.Context, *TransferClueReq) (*BiReply, error) {
  381. return nil, status.Errorf(codes.Unimplemented, "method TransferClueByPhone not implemented")
  382. }
  383. func (UnimplementedBiServiceServer) FindClueInfo(context.Context, *FindClueInfoReq) (*BiReply, error) {
  384. return nil, status.Errorf(codes.Unimplemented, "method FindClueInfo not implemented")
  385. }
  386. func (UnimplementedBiServiceServer) GetClueInfoList(context.Context, *ClueInfoReq) (*BiReply, error) {
  387. return nil, status.Errorf(codes.Unimplemented, "method GetClueInfoList not implemented")
  388. }
  389. func (UnimplementedBiServiceServer) mustEmbedUnimplementedBiServiceServer() {}
  390. // UnsafeBiServiceServer may be embedded to opt out of forward compatibility for this service.
  391. // Use of this interface is not recommended, as added methods to BiServiceServer will
  392. // result in compilation errors.
  393. type UnsafeBiServiceServer interface {
  394. mustEmbedUnimplementedBiServiceServer()
  395. }
  396. func RegisterBiServiceServer(s grpc.ServiceRegistrar, srv BiServiceServer) {
  397. s.RegisterService(&BiService_ServiceDesc, srv)
  398. }
  399. func _BiService_MyDataAsset_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  400. in := new(MyDataAssetReq)
  401. if err := dec(in); err != nil {
  402. return nil, err
  403. }
  404. if interceptor == nil {
  405. return srv.(BiServiceServer).MyDataAsset(ctx, in)
  406. }
  407. info := &grpc.UnaryServerInfo{
  408. Server: srv,
  409. FullMethod: BiService_MyDataAsset_FullMethodName,
  410. }
  411. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  412. return srv.(BiServiceServer).MyDataAsset(ctx, req.(*MyDataAssetReq))
  413. }
  414. return interceptor(ctx, in, info, handler)
  415. }
  416. func _BiService_AddProject_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  417. in := new(AddProjectReq)
  418. if err := dec(in); err != nil {
  419. return nil, err
  420. }
  421. if interceptor == nil {
  422. return srv.(BiServiceServer).AddProject(ctx, in)
  423. }
  424. info := &grpc.UnaryServerInfo{
  425. Server: srv,
  426. FullMethod: BiService_AddProject_FullMethodName,
  427. }
  428. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  429. return srv.(BiServiceServer).AddProject(ctx, req.(*AddProjectReq))
  430. }
  431. return interceptor(ctx, in, info, handler)
  432. }
  433. func _BiService_GetInfoId_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  434. in := new(AddProjectReq)
  435. if err := dec(in); err != nil {
  436. return nil, err
  437. }
  438. if interceptor == nil {
  439. return srv.(BiServiceServer).GetInfoId(ctx, in)
  440. }
  441. info := &grpc.UnaryServerInfo{
  442. Server: srv,
  443. FullMethod: BiService_GetInfoId_FullMethodName,
  444. }
  445. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  446. return srv.(BiServiceServer).GetInfoId(ctx, req.(*AddProjectReq))
  447. }
  448. return interceptor(ctx, in, info, handler)
  449. }
  450. func _BiService_DrawClue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  451. in := new(DrawClueReq)
  452. if err := dec(in); err != nil {
  453. return nil, err
  454. }
  455. if interceptor == nil {
  456. return srv.(BiServiceServer).DrawClue(ctx, in)
  457. }
  458. info := &grpc.UnaryServerInfo{
  459. Server: srv,
  460. FullMethod: BiService_DrawClue_FullMethodName,
  461. }
  462. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  463. return srv.(BiServiceServer).DrawClue(ctx, req.(*DrawClueReq))
  464. }
  465. return interceptor(ctx, in, info, handler)
  466. }
  467. func _BiService_Call_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  468. in := new(CallReq)
  469. if err := dec(in); err != nil {
  470. return nil, err
  471. }
  472. if interceptor == nil {
  473. return srv.(BiServiceServer).Call(ctx, in)
  474. }
  475. info := &grpc.UnaryServerInfo{
  476. Server: srv,
  477. FullMethod: BiService_Call_FullMethodName,
  478. }
  479. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  480. return srv.(BiServiceServer).Call(ctx, req.(*CallReq))
  481. }
  482. return interceptor(ctx, in, info, handler)
  483. }
  484. func _BiService_DistributeClue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  485. in := new(DistributeClueReq)
  486. if err := dec(in); err != nil {
  487. return nil, err
  488. }
  489. if interceptor == nil {
  490. return srv.(BiServiceServer).DistributeClue(ctx, in)
  491. }
  492. info := &grpc.UnaryServerInfo{
  493. Server: srv,
  494. FullMethod: BiService_DistributeClue_FullMethodName,
  495. }
  496. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  497. return srv.(BiServiceServer).DistributeClue(ctx, req.(*DistributeClueReq))
  498. }
  499. return interceptor(ctx, in, info, handler)
  500. }
  501. func _BiService_ClueImport_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  502. in := new(ClueImportReq)
  503. if err := dec(in); err != nil {
  504. return nil, err
  505. }
  506. if interceptor == nil {
  507. return srv.(BiServiceServer).ClueImport(ctx, in)
  508. }
  509. info := &grpc.UnaryServerInfo{
  510. Server: srv,
  511. FullMethod: BiService_ClueImport_FullMethodName,
  512. }
  513. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  514. return srv.(BiServiceServer).ClueImport(ctx, req.(*ClueImportReq))
  515. }
  516. return interceptor(ctx, in, info, handler)
  517. }
  518. func _BiService_ClueAdd_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  519. in := new(ClueAddReq)
  520. if err := dec(in); err != nil {
  521. return nil, err
  522. }
  523. if interceptor == nil {
  524. return srv.(BiServiceServer).ClueAdd(ctx, in)
  525. }
  526. info := &grpc.UnaryServerInfo{
  527. Server: srv,
  528. FullMethod: BiService_ClueAdd_FullMethodName,
  529. }
  530. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  531. return srv.(BiServiceServer).ClueAdd(ctx, req.(*ClueAddReq))
  532. }
  533. return interceptor(ctx, in, info, handler)
  534. }
  535. func _BiService_ClueImportTt_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  536. in := new(ClueImportReq)
  537. if err := dec(in); err != nil {
  538. return nil, err
  539. }
  540. if interceptor == nil {
  541. return srv.(BiServiceServer).ClueImportTt(ctx, in)
  542. }
  543. info := &grpc.UnaryServerInfo{
  544. Server: srv,
  545. FullMethod: BiService_ClueImportTt_FullMethodName,
  546. }
  547. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  548. return srv.(BiServiceServer).ClueImportTt(ctx, req.(*ClueImportReq))
  549. }
  550. return interceptor(ctx, in, info, handler)
  551. }
  552. func _BiService_AutoFollow_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  553. in := new(CallReq)
  554. if err := dec(in); err != nil {
  555. return nil, err
  556. }
  557. if interceptor == nil {
  558. return srv.(BiServiceServer).AutoFollow(ctx, in)
  559. }
  560. info := &grpc.UnaryServerInfo{
  561. Server: srv,
  562. FullMethod: BiService_AutoFollow_FullMethodName,
  563. }
  564. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  565. return srv.(BiServiceServer).AutoFollow(ctx, req.(*CallReq))
  566. }
  567. return interceptor(ctx, in, info, handler)
  568. }
  569. func _BiService_SqlManage_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  570. in := new(SqlManageReq)
  571. if err := dec(in); err != nil {
  572. return nil, err
  573. }
  574. if interceptor == nil {
  575. return srv.(BiServiceServer).SqlManage(ctx, in)
  576. }
  577. info := &grpc.UnaryServerInfo{
  578. Server: srv,
  579. FullMethod: BiService_SqlManage_FullMethodName,
  580. }
  581. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  582. return srv.(BiServiceServer).SqlManage(ctx, req.(*SqlManageReq))
  583. }
  584. return interceptor(ctx, in, info, handler)
  585. }
  586. func _BiService_MyInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  587. in := new(MyInfoReq)
  588. if err := dec(in); err != nil {
  589. return nil, err
  590. }
  591. if interceptor == nil {
  592. return srv.(BiServiceServer).MyInfo(ctx, in)
  593. }
  594. info := &grpc.UnaryServerInfo{
  595. Server: srv,
  596. FullMethod: BiService_MyInfo_FullMethodName,
  597. }
  598. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  599. return srv.(BiServiceServer).MyInfo(ctx, req.(*MyInfoReq))
  600. }
  601. return interceptor(ctx, in, info, handler)
  602. }
  603. func _BiService_AllInfoExport_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  604. in := new(ExportReq)
  605. if err := dec(in); err != nil {
  606. return nil, err
  607. }
  608. if interceptor == nil {
  609. return srv.(BiServiceServer).AllInfoExport(ctx, in)
  610. }
  611. info := &grpc.UnaryServerInfo{
  612. Server: srv,
  613. FullMethod: BiService_AllInfoExport_FullMethodName,
  614. }
  615. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  616. return srv.(BiServiceServer).AllInfoExport(ctx, req.(*ExportReq))
  617. }
  618. return interceptor(ctx, in, info, handler)
  619. }
  620. func _BiService_AllProjectExport_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  621. in := new(ExportReq)
  622. if err := dec(in); err != nil {
  623. return nil, err
  624. }
  625. if interceptor == nil {
  626. return srv.(BiServiceServer).AllProjectExport(ctx, in)
  627. }
  628. info := &grpc.UnaryServerInfo{
  629. Server: srv,
  630. FullMethod: BiService_AllProjectExport_FullMethodName,
  631. }
  632. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  633. return srv.(BiServiceServer).AllProjectExport(ctx, req.(*ExportReq))
  634. }
  635. return interceptor(ctx, in, info, handler)
  636. }
  637. func _BiService_InfoOperate_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  638. in := new(OperateReq)
  639. if err := dec(in); err != nil {
  640. return nil, err
  641. }
  642. if interceptor == nil {
  643. return srv.(BiServiceServer).InfoOperate(ctx, in)
  644. }
  645. info := &grpc.UnaryServerInfo{
  646. Server: srv,
  647. FullMethod: BiService_InfoOperate_FullMethodName,
  648. }
  649. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  650. return srv.(BiServiceServer).InfoOperate(ctx, req.(*OperateReq))
  651. }
  652. return interceptor(ctx, in, info, handler)
  653. }
  654. func _BiService_GetCompanyType_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  655. in := new(CompanyReq)
  656. if err := dec(in); err != nil {
  657. return nil, err
  658. }
  659. if interceptor == nil {
  660. return srv.(BiServiceServer).GetCompanyType(ctx, in)
  661. }
  662. info := &grpc.UnaryServerInfo{
  663. Server: srv,
  664. FullMethod: BiService_GetCompanyType_FullMethodName,
  665. }
  666. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  667. return srv.(BiServiceServer).GetCompanyType(ctx, req.(*CompanyReq))
  668. }
  669. return interceptor(ctx, in, info, handler)
  670. }
  671. func _BiService_DistributeClueShow_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  672. in := new(DistributeClueShowReq)
  673. if err := dec(in); err != nil {
  674. return nil, err
  675. }
  676. if interceptor == nil {
  677. return srv.(BiServiceServer).DistributeClueShow(ctx, in)
  678. }
  679. info := &grpc.UnaryServerInfo{
  680. Server: srv,
  681. FullMethod: BiService_DistributeClueShow_FullMethodName,
  682. }
  683. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  684. return srv.(BiServiceServer).DistributeClueShow(ctx, req.(*DistributeClueShowReq))
  685. }
  686. return interceptor(ctx, in, info, handler)
  687. }
  688. func _BiService_SendMail_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  689. in := new(ExportByDbReq)
  690. if err := dec(in); err != nil {
  691. return nil, err
  692. }
  693. if interceptor == nil {
  694. return srv.(BiServiceServer).SendMail(ctx, in)
  695. }
  696. info := &grpc.UnaryServerInfo{
  697. Server: srv,
  698. FullMethod: BiService_SendMail_FullMethodName,
  699. }
  700. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  701. return srv.(BiServiceServer).SendMail(ctx, req.(*ExportByDbReq))
  702. }
  703. return interceptor(ctx, in, info, handler)
  704. }
  705. func _BiService_UpFile_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  706. in := new(UpFileReq)
  707. if err := dec(in); err != nil {
  708. return nil, err
  709. }
  710. if interceptor == nil {
  711. return srv.(BiServiceServer).UpFile(ctx, in)
  712. }
  713. info := &grpc.UnaryServerInfo{
  714. Server: srv,
  715. FullMethod: BiService_UpFile_FullMethodName,
  716. }
  717. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  718. return srv.(BiServiceServer).UpFile(ctx, req.(*UpFileReq))
  719. }
  720. return interceptor(ctx, in, info, handler)
  721. }
  722. func _BiService_SendCommonMail_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  723. in := new(SendMailReq)
  724. if err := dec(in); err != nil {
  725. return nil, err
  726. }
  727. if interceptor == nil {
  728. return srv.(BiServiceServer).SendCommonMail(ctx, in)
  729. }
  730. info := &grpc.UnaryServerInfo{
  731. Server: srv,
  732. FullMethod: BiService_SendCommonMail_FullMethodName,
  733. }
  734. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  735. return srv.(BiServiceServer).SendCommonMail(ctx, req.(*SendMailReq))
  736. }
  737. return interceptor(ctx, in, info, handler)
  738. }
  739. func _BiService_AddAcceptance_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  740. in := new(AcceptanceReq)
  741. if err := dec(in); err != nil {
  742. return nil, err
  743. }
  744. if interceptor == nil {
  745. return srv.(BiServiceServer).AddAcceptance(ctx, in)
  746. }
  747. info := &grpc.UnaryServerInfo{
  748. Server: srv,
  749. FullMethod: BiService_AddAcceptance_FullMethodName,
  750. }
  751. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  752. return srv.(BiServiceServer).AddAcceptance(ctx, req.(*AcceptanceReq))
  753. }
  754. return interceptor(ctx, in, info, handler)
  755. }
  756. func _BiService_CreateClueByPhone_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  757. in := new(CreateCuleReq)
  758. if err := dec(in); err != nil {
  759. return nil, err
  760. }
  761. if interceptor == nil {
  762. return srv.(BiServiceServer).CreateClueByPhone(ctx, in)
  763. }
  764. info := &grpc.UnaryServerInfo{
  765. Server: srv,
  766. FullMethod: BiService_CreateClueByPhone_FullMethodName,
  767. }
  768. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  769. return srv.(BiServiceServer).CreateClueByPhone(ctx, req.(*CreateCuleReq))
  770. }
  771. return interceptor(ctx, in, info, handler)
  772. }
  773. func _BiService_TransferClueByPhone_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  774. in := new(TransferClueReq)
  775. if err := dec(in); err != nil {
  776. return nil, err
  777. }
  778. if interceptor == nil {
  779. return srv.(BiServiceServer).TransferClueByPhone(ctx, in)
  780. }
  781. info := &grpc.UnaryServerInfo{
  782. Server: srv,
  783. FullMethod: BiService_TransferClueByPhone_FullMethodName,
  784. }
  785. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  786. return srv.(BiServiceServer).TransferClueByPhone(ctx, req.(*TransferClueReq))
  787. }
  788. return interceptor(ctx, in, info, handler)
  789. }
  790. func _BiService_FindClueInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  791. in := new(FindClueInfoReq)
  792. if err := dec(in); err != nil {
  793. return nil, err
  794. }
  795. if interceptor == nil {
  796. return srv.(BiServiceServer).FindClueInfo(ctx, in)
  797. }
  798. info := &grpc.UnaryServerInfo{
  799. Server: srv,
  800. FullMethod: BiService_FindClueInfo_FullMethodName,
  801. }
  802. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  803. return srv.(BiServiceServer).FindClueInfo(ctx, req.(*FindClueInfoReq))
  804. }
  805. return interceptor(ctx, in, info, handler)
  806. }
  807. func _BiService_GetClueInfoList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  808. in := new(ClueInfoReq)
  809. if err := dec(in); err != nil {
  810. return nil, err
  811. }
  812. if interceptor == nil {
  813. return srv.(BiServiceServer).GetClueInfoList(ctx, in)
  814. }
  815. info := &grpc.UnaryServerInfo{
  816. Server: srv,
  817. FullMethod: BiService_GetClueInfoList_FullMethodName,
  818. }
  819. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  820. return srv.(BiServiceServer).GetClueInfoList(ctx, req.(*ClueInfoReq))
  821. }
  822. return interceptor(ctx, in, info, handler)
  823. }
  824. // BiService_ServiceDesc is the grpc.ServiceDesc for BiService service.
  825. // It's only intended for direct use with grpc.RegisterService,
  826. // and not to be introspected or modified (even as a copy)
  827. var BiService_ServiceDesc = grpc.ServiceDesc{
  828. ServiceName: "BiService",
  829. HandlerType: (*BiServiceServer)(nil),
  830. Methods: []grpc.MethodDesc{
  831. {
  832. MethodName: "myDataAsset",
  833. Handler: _BiService_MyDataAsset_Handler,
  834. },
  835. {
  836. MethodName: "addProject",
  837. Handler: _BiService_AddProject_Handler,
  838. },
  839. {
  840. MethodName: "getInfoId",
  841. Handler: _BiService_GetInfoId_Handler,
  842. },
  843. {
  844. MethodName: "drawClue",
  845. Handler: _BiService_DrawClue_Handler,
  846. },
  847. {
  848. MethodName: "Call",
  849. Handler: _BiService_Call_Handler,
  850. },
  851. {
  852. MethodName: "distributeClue",
  853. Handler: _BiService_DistributeClue_Handler,
  854. },
  855. {
  856. MethodName: "clueImport",
  857. Handler: _BiService_ClueImport_Handler,
  858. },
  859. {
  860. MethodName: "clueAdd",
  861. Handler: _BiService_ClueAdd_Handler,
  862. },
  863. {
  864. MethodName: "clueImportTt",
  865. Handler: _BiService_ClueImportTt_Handler,
  866. },
  867. {
  868. MethodName: "autoFollow",
  869. Handler: _BiService_AutoFollow_Handler,
  870. },
  871. {
  872. MethodName: "sqlManage",
  873. Handler: _BiService_SqlManage_Handler,
  874. },
  875. {
  876. MethodName: "myInfo",
  877. Handler: _BiService_MyInfo_Handler,
  878. },
  879. {
  880. MethodName: "allInfoExport",
  881. Handler: _BiService_AllInfoExport_Handler,
  882. },
  883. {
  884. MethodName: "allProjectExport",
  885. Handler: _BiService_AllProjectExport_Handler,
  886. },
  887. {
  888. MethodName: "infoOperate",
  889. Handler: _BiService_InfoOperate_Handler,
  890. },
  891. {
  892. MethodName: "getCompanyType",
  893. Handler: _BiService_GetCompanyType_Handler,
  894. },
  895. {
  896. MethodName: "distributeClueShow",
  897. Handler: _BiService_DistributeClueShow_Handler,
  898. },
  899. {
  900. MethodName: "sendMail",
  901. Handler: _BiService_SendMail_Handler,
  902. },
  903. {
  904. MethodName: "upFile",
  905. Handler: _BiService_UpFile_Handler,
  906. },
  907. {
  908. MethodName: "sendCommonMail",
  909. Handler: _BiService_SendCommonMail_Handler,
  910. },
  911. {
  912. MethodName: "addAcceptance",
  913. Handler: _BiService_AddAcceptance_Handler,
  914. },
  915. {
  916. MethodName: "createClueByPhone",
  917. Handler: _BiService_CreateClueByPhone_Handler,
  918. },
  919. {
  920. MethodName: "transferClueByPhone",
  921. Handler: _BiService_TransferClueByPhone_Handler,
  922. },
  923. {
  924. MethodName: "findClueInfo",
  925. Handler: _BiService_FindClueInfo_Handler,
  926. },
  927. {
  928. MethodName: "getClueInfoList",
  929. Handler: _BiService_GetClueInfoList_Handler,
  930. },
  931. },
  932. Streams: []grpc.StreamDesc{},
  933. Metadata: "biService.proto",
  934. }