biService_grpc.pb.go 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  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. )
  31. // BiServiceClient is the client API for BiService service.
  32. //
  33. // 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.
  34. type BiServiceClient interface {
  35. MyDataAsset(ctx context.Context, in *MyDataAssetReq, opts ...grpc.CallOption) (*MyDataAssetResp, error)
  36. AddProject(ctx context.Context, in *AddProjectReq, opts ...grpc.CallOption) (*AddProjectResp, error)
  37. GetInfoId(ctx context.Context, in *AddProjectReq, opts ...grpc.CallOption) (*GetInfoIdResp, error)
  38. DrawClue(ctx context.Context, in *DrawClueReq, opts ...grpc.CallOption) (*AddProjectResp, error)
  39. Call(ctx context.Context, in *CallReq, opts ...grpc.CallOption) (*Resp, error)
  40. DistributeClue(ctx context.Context, in *DistributeClueReq, opts ...grpc.CallOption) (*AddProjectResp, error)
  41. ClueImport(ctx context.Context, in *ClueImportReq, opts ...grpc.CallOption) (*ClueImportResp, error)
  42. ClueAdd(ctx context.Context, in *ClueAddReq, opts ...grpc.CallOption) (*AddProjectResp, error)
  43. ClueImportTt(ctx context.Context, in *ClueImportReq, opts ...grpc.CallOption) (*ClueImportResp, error)
  44. AutoFollow(ctx context.Context, in *CallReq, opts ...grpc.CallOption) (*ClueImportResp, error)
  45. SqlManage(ctx context.Context, in *SqlManageReq, opts ...grpc.CallOption) (*Reply, error)
  46. MyInfo(ctx context.Context, in *MyInfoReq, opts ...grpc.CallOption) (*Reply, 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_FullMethodName, 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_FullMethodName, 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_FullMethodName, 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_FullMethodName, 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) (*Resp, error) {
  87. out := new(Resp)
  88. err := c.cc.Invoke(ctx, BiService_Call_FullMethodName, 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_FullMethodName, 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_FullMethodName, 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_FullMethodName, 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_FullMethodName, 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_FullMethodName, 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) (*Reply, error) {
  135. out := new(Reply)
  136. err := c.cc.Invoke(ctx, BiService_SqlManage_FullMethodName, 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) (*Reply, error) {
  143. out := new(Reply)
  144. err := c.cc.Invoke(ctx, BiService_MyInfo_FullMethodName, in, out, opts...)
  145. if err != nil {
  146. return nil, err
  147. }
  148. return out, nil
  149. }
  150. // BiServiceServer is the server API for BiService service.
  151. // All implementations must embed UnimplementedBiServiceServer
  152. // for forward compatibility
  153. type BiServiceServer interface {
  154. MyDataAsset(context.Context, *MyDataAssetReq) (*MyDataAssetResp, error)
  155. AddProject(context.Context, *AddProjectReq) (*AddProjectResp, error)
  156. GetInfoId(context.Context, *AddProjectReq) (*GetInfoIdResp, error)
  157. DrawClue(context.Context, *DrawClueReq) (*AddProjectResp, error)
  158. Call(context.Context, *CallReq) (*Resp, error)
  159. DistributeClue(context.Context, *DistributeClueReq) (*AddProjectResp, error)
  160. ClueImport(context.Context, *ClueImportReq) (*ClueImportResp, error)
  161. ClueAdd(context.Context, *ClueAddReq) (*AddProjectResp, error)
  162. ClueImportTt(context.Context, *ClueImportReq) (*ClueImportResp, error)
  163. AutoFollow(context.Context, *CallReq) (*ClueImportResp, error)
  164. SqlManage(context.Context, *SqlManageReq) (*Reply, error)
  165. MyInfo(context.Context, *MyInfoReq) (*Reply, error)
  166. mustEmbedUnimplementedBiServiceServer()
  167. }
  168. // UnimplementedBiServiceServer must be embedded to have forward compatible implementations.
  169. type UnimplementedBiServiceServer struct {
  170. }
  171. func (UnimplementedBiServiceServer) MyDataAsset(context.Context, *MyDataAssetReq) (*MyDataAssetResp, error) {
  172. return nil, status.Errorf(codes.Unimplemented, "method MyDataAsset not implemented")
  173. }
  174. func (UnimplementedBiServiceServer) AddProject(context.Context, *AddProjectReq) (*AddProjectResp, error) {
  175. return nil, status.Errorf(codes.Unimplemented, "method AddProject not implemented")
  176. }
  177. func (UnimplementedBiServiceServer) GetInfoId(context.Context, *AddProjectReq) (*GetInfoIdResp, error) {
  178. return nil, status.Errorf(codes.Unimplemented, "method GetInfoId not implemented")
  179. }
  180. func (UnimplementedBiServiceServer) DrawClue(context.Context, *DrawClueReq) (*AddProjectResp, error) {
  181. return nil, status.Errorf(codes.Unimplemented, "method DrawClue not implemented")
  182. }
  183. func (UnimplementedBiServiceServer) Call(context.Context, *CallReq) (*Resp, error) {
  184. return nil, status.Errorf(codes.Unimplemented, "method Call not implemented")
  185. }
  186. func (UnimplementedBiServiceServer) DistributeClue(context.Context, *DistributeClueReq) (*AddProjectResp, error) {
  187. return nil, status.Errorf(codes.Unimplemented, "method DistributeClue not implemented")
  188. }
  189. func (UnimplementedBiServiceServer) ClueImport(context.Context, *ClueImportReq) (*ClueImportResp, error) {
  190. return nil, status.Errorf(codes.Unimplemented, "method ClueImport not implemented")
  191. }
  192. func (UnimplementedBiServiceServer) ClueAdd(context.Context, *ClueAddReq) (*AddProjectResp, error) {
  193. return nil, status.Errorf(codes.Unimplemented, "method ClueAdd not implemented")
  194. }
  195. func (UnimplementedBiServiceServer) ClueImportTt(context.Context, *ClueImportReq) (*ClueImportResp, error) {
  196. return nil, status.Errorf(codes.Unimplemented, "method ClueImportTt not implemented")
  197. }
  198. func (UnimplementedBiServiceServer) AutoFollow(context.Context, *CallReq) (*ClueImportResp, error) {
  199. return nil, status.Errorf(codes.Unimplemented, "method AutoFollow not implemented")
  200. }
  201. func (UnimplementedBiServiceServer) SqlManage(context.Context, *SqlManageReq) (*Reply, error) {
  202. return nil, status.Errorf(codes.Unimplemented, "method SqlManage not implemented")
  203. }
  204. func (UnimplementedBiServiceServer) MyInfo(context.Context, *MyInfoReq) (*Reply, error) {
  205. return nil, status.Errorf(codes.Unimplemented, "method MyInfo not implemented")
  206. }
  207. func (UnimplementedBiServiceServer) mustEmbedUnimplementedBiServiceServer() {}
  208. // UnsafeBiServiceServer may be embedded to opt out of forward compatibility for this service.
  209. // Use of this interface is not recommended, as added methods to BiServiceServer will
  210. // result in compilation errors.
  211. type UnsafeBiServiceServer interface {
  212. mustEmbedUnimplementedBiServiceServer()
  213. }
  214. func RegisterBiServiceServer(s grpc.ServiceRegistrar, srv BiServiceServer) {
  215. s.RegisterService(&BiService_ServiceDesc, srv)
  216. }
  217. func _BiService_MyDataAsset_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  218. in := new(MyDataAssetReq)
  219. if err := dec(in); err != nil {
  220. return nil, err
  221. }
  222. if interceptor == nil {
  223. return srv.(BiServiceServer).MyDataAsset(ctx, in)
  224. }
  225. info := &grpc.UnaryServerInfo{
  226. Server: srv,
  227. FullMethod: BiService_MyDataAsset_FullMethodName,
  228. }
  229. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  230. return srv.(BiServiceServer).MyDataAsset(ctx, req.(*MyDataAssetReq))
  231. }
  232. return interceptor(ctx, in, info, handler)
  233. }
  234. func _BiService_AddProject_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  235. in := new(AddProjectReq)
  236. if err := dec(in); err != nil {
  237. return nil, err
  238. }
  239. if interceptor == nil {
  240. return srv.(BiServiceServer).AddProject(ctx, in)
  241. }
  242. info := &grpc.UnaryServerInfo{
  243. Server: srv,
  244. FullMethod: BiService_AddProject_FullMethodName,
  245. }
  246. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  247. return srv.(BiServiceServer).AddProject(ctx, req.(*AddProjectReq))
  248. }
  249. return interceptor(ctx, in, info, handler)
  250. }
  251. func _BiService_GetInfoId_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  252. in := new(AddProjectReq)
  253. if err := dec(in); err != nil {
  254. return nil, err
  255. }
  256. if interceptor == nil {
  257. return srv.(BiServiceServer).GetInfoId(ctx, in)
  258. }
  259. info := &grpc.UnaryServerInfo{
  260. Server: srv,
  261. FullMethod: BiService_GetInfoId_FullMethodName,
  262. }
  263. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  264. return srv.(BiServiceServer).GetInfoId(ctx, req.(*AddProjectReq))
  265. }
  266. return interceptor(ctx, in, info, handler)
  267. }
  268. func _BiService_DrawClue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  269. in := new(DrawClueReq)
  270. if err := dec(in); err != nil {
  271. return nil, err
  272. }
  273. if interceptor == nil {
  274. return srv.(BiServiceServer).DrawClue(ctx, in)
  275. }
  276. info := &grpc.UnaryServerInfo{
  277. Server: srv,
  278. FullMethod: BiService_DrawClue_FullMethodName,
  279. }
  280. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  281. return srv.(BiServiceServer).DrawClue(ctx, req.(*DrawClueReq))
  282. }
  283. return interceptor(ctx, in, info, handler)
  284. }
  285. func _BiService_Call_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  286. in := new(CallReq)
  287. if err := dec(in); err != nil {
  288. return nil, err
  289. }
  290. if interceptor == nil {
  291. return srv.(BiServiceServer).Call(ctx, in)
  292. }
  293. info := &grpc.UnaryServerInfo{
  294. Server: srv,
  295. FullMethod: BiService_Call_FullMethodName,
  296. }
  297. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  298. return srv.(BiServiceServer).Call(ctx, req.(*CallReq))
  299. }
  300. return interceptor(ctx, in, info, handler)
  301. }
  302. func _BiService_DistributeClue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  303. in := new(DistributeClueReq)
  304. if err := dec(in); err != nil {
  305. return nil, err
  306. }
  307. if interceptor == nil {
  308. return srv.(BiServiceServer).DistributeClue(ctx, in)
  309. }
  310. info := &grpc.UnaryServerInfo{
  311. Server: srv,
  312. FullMethod: BiService_DistributeClue_FullMethodName,
  313. }
  314. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  315. return srv.(BiServiceServer).DistributeClue(ctx, req.(*DistributeClueReq))
  316. }
  317. return interceptor(ctx, in, info, handler)
  318. }
  319. func _BiService_ClueImport_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  320. in := new(ClueImportReq)
  321. if err := dec(in); err != nil {
  322. return nil, err
  323. }
  324. if interceptor == nil {
  325. return srv.(BiServiceServer).ClueImport(ctx, in)
  326. }
  327. info := &grpc.UnaryServerInfo{
  328. Server: srv,
  329. FullMethod: BiService_ClueImport_FullMethodName,
  330. }
  331. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  332. return srv.(BiServiceServer).ClueImport(ctx, req.(*ClueImportReq))
  333. }
  334. return interceptor(ctx, in, info, handler)
  335. }
  336. func _BiService_ClueAdd_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  337. in := new(ClueAddReq)
  338. if err := dec(in); err != nil {
  339. return nil, err
  340. }
  341. if interceptor == nil {
  342. return srv.(BiServiceServer).ClueAdd(ctx, in)
  343. }
  344. info := &grpc.UnaryServerInfo{
  345. Server: srv,
  346. FullMethod: BiService_ClueAdd_FullMethodName,
  347. }
  348. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  349. return srv.(BiServiceServer).ClueAdd(ctx, req.(*ClueAddReq))
  350. }
  351. return interceptor(ctx, in, info, handler)
  352. }
  353. func _BiService_ClueImportTt_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  354. in := new(ClueImportReq)
  355. if err := dec(in); err != nil {
  356. return nil, err
  357. }
  358. if interceptor == nil {
  359. return srv.(BiServiceServer).ClueImportTt(ctx, in)
  360. }
  361. info := &grpc.UnaryServerInfo{
  362. Server: srv,
  363. FullMethod: BiService_ClueImportTt_FullMethodName,
  364. }
  365. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  366. return srv.(BiServiceServer).ClueImportTt(ctx, req.(*ClueImportReq))
  367. }
  368. return interceptor(ctx, in, info, handler)
  369. }
  370. func _BiService_AutoFollow_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  371. in := new(CallReq)
  372. if err := dec(in); err != nil {
  373. return nil, err
  374. }
  375. if interceptor == nil {
  376. return srv.(BiServiceServer).AutoFollow(ctx, in)
  377. }
  378. info := &grpc.UnaryServerInfo{
  379. Server: srv,
  380. FullMethod: BiService_AutoFollow_FullMethodName,
  381. }
  382. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  383. return srv.(BiServiceServer).AutoFollow(ctx, req.(*CallReq))
  384. }
  385. return interceptor(ctx, in, info, handler)
  386. }
  387. func _BiService_SqlManage_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  388. in := new(SqlManageReq)
  389. if err := dec(in); err != nil {
  390. return nil, err
  391. }
  392. if interceptor == nil {
  393. return srv.(BiServiceServer).SqlManage(ctx, in)
  394. }
  395. info := &grpc.UnaryServerInfo{
  396. Server: srv,
  397. FullMethod: BiService_SqlManage_FullMethodName,
  398. }
  399. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  400. return srv.(BiServiceServer).SqlManage(ctx, req.(*SqlManageReq))
  401. }
  402. return interceptor(ctx, in, info, handler)
  403. }
  404. func _BiService_MyInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  405. in := new(MyInfoReq)
  406. if err := dec(in); err != nil {
  407. return nil, err
  408. }
  409. if interceptor == nil {
  410. return srv.(BiServiceServer).MyInfo(ctx, in)
  411. }
  412. info := &grpc.UnaryServerInfo{
  413. Server: srv,
  414. FullMethod: BiService_MyInfo_FullMethodName,
  415. }
  416. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  417. return srv.(BiServiceServer).MyInfo(ctx, req.(*MyInfoReq))
  418. }
  419. return interceptor(ctx, in, info, handler)
  420. }
  421. // BiService_ServiceDesc is the grpc.ServiceDesc for BiService service.
  422. // It's only intended for direct use with grpc.RegisterService,
  423. // and not to be introspected or modified (even as a copy)
  424. var BiService_ServiceDesc = grpc.ServiceDesc{
  425. ServiceName: "BiService",
  426. HandlerType: (*BiServiceServer)(nil),
  427. Methods: []grpc.MethodDesc{
  428. {
  429. MethodName: "myDataAsset",
  430. Handler: _BiService_MyDataAsset_Handler,
  431. },
  432. {
  433. MethodName: "addProject",
  434. Handler: _BiService_AddProject_Handler,
  435. },
  436. {
  437. MethodName: "getInfoId",
  438. Handler: _BiService_GetInfoId_Handler,
  439. },
  440. {
  441. MethodName: "drawClue",
  442. Handler: _BiService_DrawClue_Handler,
  443. },
  444. {
  445. MethodName: "Call",
  446. Handler: _BiService_Call_Handler,
  447. },
  448. {
  449. MethodName: "distributeClue",
  450. Handler: _BiService_DistributeClue_Handler,
  451. },
  452. {
  453. MethodName: "clueImport",
  454. Handler: _BiService_ClueImport_Handler,
  455. },
  456. {
  457. MethodName: "clueAdd",
  458. Handler: _BiService_ClueAdd_Handler,
  459. },
  460. {
  461. MethodName: "clueImportTt",
  462. Handler: _BiService_ClueImportTt_Handler,
  463. },
  464. {
  465. MethodName: "autoFollow",
  466. Handler: _BiService_AutoFollow_Handler,
  467. },
  468. {
  469. MethodName: "sqlManage",
  470. Handler: _BiService_SqlManage_Handler,
  471. },
  472. {
  473. MethodName: "myInfo",
  474. Handler: _BiService_MyInfo_Handler,
  475. },
  476. },
  477. Streams: []grpc.StreamDesc{},
  478. Metadata: "biService.proto",
  479. }