biService_grpc.pb.go 36 KB

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