db.pb.go 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.27.1
  4. // protoc v3.17.3
  5. // source: db.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. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  13. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  14. reflect "reflect"
  15. sync "sync"
  16. )
  17. const (
  18. // Verify that this generated code is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  20. // Verify that runtime/protoimpl is sufficiently up-to-date.
  21. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  22. )
  23. //
  24. //客服聊天msg
  25. type DbMsgReq struct {
  26. state protoimpl.MessageState
  27. sizeCache protoimpl.SizeCache
  28. unknownFields protoimpl.UnknownFields
  29. Cmd *DbCommandMsg `protobuf:"bytes,1,opt,name=cmd,proto3" json:"cmd,omitempty"`
  30. }
  31. func (x *DbMsgReq) Reset() {
  32. *x = DbMsgReq{}
  33. if protoimpl.UnsafeEnabled {
  34. mi := &file_db_proto_msgTypes[0]
  35. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  36. ms.StoreMessageInfo(mi)
  37. }
  38. }
  39. func (x *DbMsgReq) String() string {
  40. return protoimpl.X.MessageStringOf(x)
  41. }
  42. func (*DbMsgReq) ProtoMessage() {}
  43. func (x *DbMsgReq) ProtoReflect() protoreflect.Message {
  44. mi := &file_db_proto_msgTypes[0]
  45. if protoimpl.UnsafeEnabled && x != nil {
  46. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  47. if ms.LoadMessageInfo() == nil {
  48. ms.StoreMessageInfo(mi)
  49. }
  50. return ms
  51. }
  52. return mi.MessageOf(x)
  53. }
  54. // Deprecated: Use DbMsgReq.ProtoReflect.Descriptor instead.
  55. func (*DbMsgReq) Descriptor() ([]byte, []int) {
  56. return file_db_proto_rawDescGZIP(), []int{0}
  57. }
  58. func (x *DbMsgReq) GetCmd() *DbCommandMsg {
  59. if x != nil {
  60. return x.Cmd
  61. }
  62. return nil
  63. }
  64. type DbMsgRes struct {
  65. state protoimpl.MessageState
  66. sizeCache protoimpl.SizeCache
  67. unknownFields protoimpl.UnknownFields
  68. Cmd *DbCommandMsg `protobuf:"bytes,1,opt,name=cmd,proto3" json:"cmd,omitempty"`
  69. }
  70. func (x *DbMsgRes) Reset() {
  71. *x = DbMsgRes{}
  72. if protoimpl.UnsafeEnabled {
  73. mi := &file_db_proto_msgTypes[1]
  74. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  75. ms.StoreMessageInfo(mi)
  76. }
  77. }
  78. func (x *DbMsgRes) String() string {
  79. return protoimpl.X.MessageStringOf(x)
  80. }
  81. func (*DbMsgRes) ProtoMessage() {}
  82. func (x *DbMsgRes) ProtoReflect() protoreflect.Message {
  83. mi := &file_db_proto_msgTypes[1]
  84. if protoimpl.UnsafeEnabled && x != nil {
  85. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  86. if ms.LoadMessageInfo() == nil {
  87. ms.StoreMessageInfo(mi)
  88. }
  89. return ms
  90. }
  91. return mi.MessageOf(x)
  92. }
  93. // Deprecated: Use DbMsgRes.ProtoReflect.Descriptor instead.
  94. func (*DbMsgRes) Descriptor() ([]byte, []int) {
  95. return file_db_proto_rawDescGZIP(), []int{1}
  96. }
  97. func (x *DbMsgRes) GetCmd() *DbCommandMsg {
  98. if x != nil {
  99. return x.Cmd
  100. }
  101. return nil
  102. }
  103. //
  104. //敏感词信息msg
  105. type SensReq struct {
  106. state protoimpl.MessageState
  107. sizeCache protoimpl.SizeCache
  108. unknownFields protoimpl.UnknownFields
  109. }
  110. func (x *SensReq) Reset() {
  111. *x = SensReq{}
  112. if protoimpl.UnsafeEnabled {
  113. mi := &file_db_proto_msgTypes[2]
  114. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  115. ms.StoreMessageInfo(mi)
  116. }
  117. }
  118. func (x *SensReq) String() string {
  119. return protoimpl.X.MessageStringOf(x)
  120. }
  121. func (*SensReq) ProtoMessage() {}
  122. func (x *SensReq) ProtoReflect() protoreflect.Message {
  123. mi := &file_db_proto_msgTypes[2]
  124. if protoimpl.UnsafeEnabled && x != nil {
  125. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  126. if ms.LoadMessageInfo() == nil {
  127. ms.StoreMessageInfo(mi)
  128. }
  129. return ms
  130. }
  131. return mi.MessageOf(x)
  132. }
  133. // Deprecated: Use SensReq.ProtoReflect.Descriptor instead.
  134. func (*SensReq) Descriptor() ([]byte, []int) {
  135. return file_db_proto_rawDescGZIP(), []int{2}
  136. }
  137. type SensRes struct {
  138. state protoimpl.MessageState
  139. sizeCache protoimpl.SizeCache
  140. unknownFields protoimpl.UnknownFields
  141. SensWords []string `protobuf:"bytes,1,rep,name=sens_words,json=sensWords,proto3" json:"sens_words,omitempty"`
  142. FilterWord []string `protobuf:"bytes,2,rep,name=filter_word,json=filterWord,proto3" json:"filter_word,omitempty"`
  143. }
  144. func (x *SensRes) Reset() {
  145. *x = SensRes{}
  146. if protoimpl.UnsafeEnabled {
  147. mi := &file_db_proto_msgTypes[3]
  148. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  149. ms.StoreMessageInfo(mi)
  150. }
  151. }
  152. func (x *SensRes) String() string {
  153. return protoimpl.X.MessageStringOf(x)
  154. }
  155. func (*SensRes) ProtoMessage() {}
  156. func (x *SensRes) ProtoReflect() protoreflect.Message {
  157. mi := &file_db_proto_msgTypes[3]
  158. if protoimpl.UnsafeEnabled && x != nil {
  159. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  160. if ms.LoadMessageInfo() == nil {
  161. ms.StoreMessageInfo(mi)
  162. }
  163. return ms
  164. }
  165. return mi.MessageOf(x)
  166. }
  167. // Deprecated: Use SensRes.ProtoReflect.Descriptor instead.
  168. func (*SensRes) Descriptor() ([]byte, []int) {
  169. return file_db_proto_rawDescGZIP(), []int{3}
  170. }
  171. func (x *SensRes) GetSensWords() []string {
  172. if x != nil {
  173. return x.SensWords
  174. }
  175. return nil
  176. }
  177. func (x *SensRes) GetFilterWord() []string {
  178. if x != nil {
  179. return x.FilterWord
  180. }
  181. return nil
  182. }
  183. var File_db_proto protoreflect.FileDescriptor
  184. var file_db_proto_rawDesc = []byte{
  185. 0x0a, 0x08, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x02, 0x70, 0x62, 0x1a, 0x0c,
  186. 0x64, 0x62, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2e, 0x0a, 0x08,
  187. 0x44, 0x62, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x12, 0x22, 0x0a, 0x03, 0x63, 0x6d, 0x64, 0x18,
  188. 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x62, 0x43, 0x6f, 0x6d,
  189. 0x6d, 0x61, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x03, 0x63, 0x6d, 0x64, 0x22, 0x2e, 0x0a, 0x08,
  190. 0x44, 0x62, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x12, 0x22, 0x0a, 0x03, 0x63, 0x6d, 0x64, 0x18,
  191. 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x62, 0x43, 0x6f, 0x6d,
  192. 0x6d, 0x61, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x52, 0x03, 0x63, 0x6d, 0x64, 0x22, 0x09, 0x0a, 0x07,
  193. 0x53, 0x65, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x22, 0x49, 0x0a, 0x07, 0x53, 0x65, 0x6e, 0x73, 0x52,
  194. 0x65, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x65, 0x6e, 0x73, 0x5f, 0x77, 0x6f, 0x72, 0x64, 0x73,
  195. 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x73, 0x65, 0x6e, 0x73, 0x57, 0x6f, 0x72, 0x64,
  196. 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x5f, 0x77, 0x6f, 0x72, 0x64,
  197. 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x57, 0x6f,
  198. 0x72, 0x64, 0x32, 0x8a, 0x01, 0x0a, 0x02, 0x44, 0x62, 0x12, 0x2b, 0x0a, 0x07, 0x44, 0x62, 0x4c,
  199. 0x6f, 0x67, 0x69, 0x6e, 0x12, 0x0c, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x62, 0x4d, 0x73, 0x67, 0x52,
  200. 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x62, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73,
  201. 0x22, 0x00, 0x28, 0x01, 0x30, 0x01, 0x12, 0x26, 0x0a, 0x06, 0x44, 0x62, 0x43, 0x61, 0x6c, 0x6c,
  202. 0x12, 0x0c, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x62, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x0c,
  203. 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x62, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x2f,
  204. 0x0a, 0x11, 0x47, 0x65, 0x74, 0x53, 0x65, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x76, 0x65, 0x57, 0x6f,
  205. 0x72, 0x64, 0x73, 0x12, 0x0b, 0x2e, 0x70, 0x62, 0x2e, 0x53, 0x65, 0x6e, 0x73, 0x52, 0x65, 0x71,
  206. 0x1a, 0x0b, 0x2e, 0x70, 0x62, 0x2e, 0x53, 0x65, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x22, 0x00, 0x42,
  207. 0x05, 0x5a, 0x03, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  208. }
  209. var (
  210. file_db_proto_rawDescOnce sync.Once
  211. file_db_proto_rawDescData = file_db_proto_rawDesc
  212. )
  213. func file_db_proto_rawDescGZIP() []byte {
  214. file_db_proto_rawDescOnce.Do(func() {
  215. file_db_proto_rawDescData = protoimpl.X.CompressGZIP(file_db_proto_rawDescData)
  216. })
  217. return file_db_proto_rawDescData
  218. }
  219. var file_db_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
  220. var file_db_proto_goTypes = []interface{}{
  221. (*DbMsgReq)(nil), // 0: pb.DbMsgReq
  222. (*DbMsgRes)(nil), // 1: pb.DbMsgRes
  223. (*SensReq)(nil), // 2: pb.SensReq
  224. (*SensRes)(nil), // 3: pb.SensRes
  225. (*DbCommandMsg)(nil), // 4: pb.DbCommandMsg
  226. }
  227. var file_db_proto_depIdxs = []int32{
  228. 4, // 0: pb.DbMsgReq.cmd:type_name -> pb.DbCommandMsg
  229. 4, // 1: pb.DbMsgRes.cmd:type_name -> pb.DbCommandMsg
  230. 0, // 2: pb.Db.DbLogin:input_type -> pb.DbMsgReq
  231. 0, // 3: pb.Db.DbCall:input_type -> pb.DbMsgReq
  232. 2, // 4: pb.Db.GetSensitiveWords:input_type -> pb.SensReq
  233. 1, // 5: pb.Db.DbLogin:output_type -> pb.DbMsgRes
  234. 1, // 6: pb.Db.DbCall:output_type -> pb.DbMsgRes
  235. 3, // 7: pb.Db.GetSensitiveWords:output_type -> pb.SensRes
  236. 5, // [5:8] is the sub-list for method output_type
  237. 2, // [2:5] is the sub-list for method input_type
  238. 2, // [2:2] is the sub-list for extension type_name
  239. 2, // [2:2] is the sub-list for extension extendee
  240. 0, // [0:2] is the sub-list for field type_name
  241. }
  242. func init() { file_db_proto_init() }
  243. func file_db_proto_init() {
  244. if File_db_proto != nil {
  245. return
  246. }
  247. file_db_msg_proto_init()
  248. if !protoimpl.UnsafeEnabled {
  249. file_db_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  250. switch v := v.(*DbMsgReq); i {
  251. case 0:
  252. return &v.state
  253. case 1:
  254. return &v.sizeCache
  255. case 2:
  256. return &v.unknownFields
  257. default:
  258. return nil
  259. }
  260. }
  261. file_db_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  262. switch v := v.(*DbMsgRes); i {
  263. case 0:
  264. return &v.state
  265. case 1:
  266. return &v.sizeCache
  267. case 2:
  268. return &v.unknownFields
  269. default:
  270. return nil
  271. }
  272. }
  273. file_db_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  274. switch v := v.(*SensReq); i {
  275. case 0:
  276. return &v.state
  277. case 1:
  278. return &v.sizeCache
  279. case 2:
  280. return &v.unknownFields
  281. default:
  282. return nil
  283. }
  284. }
  285. file_db_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  286. switch v := v.(*SensRes); i {
  287. case 0:
  288. return &v.state
  289. case 1:
  290. return &v.sizeCache
  291. case 2:
  292. return &v.unknownFields
  293. default:
  294. return nil
  295. }
  296. }
  297. }
  298. type x struct{}
  299. out := protoimpl.TypeBuilder{
  300. File: protoimpl.DescBuilder{
  301. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  302. RawDescriptor: file_db_proto_rawDesc,
  303. NumEnums: 0,
  304. NumMessages: 4,
  305. NumExtensions: 0,
  306. NumServices: 1,
  307. },
  308. GoTypes: file_db_proto_goTypes,
  309. DependencyIndexes: file_db_proto_depIdxs,
  310. MessageInfos: file_db_proto_msgTypes,
  311. }.Build()
  312. File_db_proto = out.File
  313. file_db_proto_rawDesc = nil
  314. file_db_proto_goTypes = nil
  315. file_db_proto_depIdxs = nil
  316. }
  317. // Reference imports to suppress errors if they are not otherwise used.
  318. var _ context.Context
  319. var _ grpc.ClientConnInterface
  320. // This is a compile-time assertion to ensure that this generated file
  321. // is compatible with the grpc package it is being compiled against.
  322. const _ = grpc.SupportPackageIsVersion6
  323. // DbClient is the client API for Db service.
  324. //
  325. // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  326. type DbClient interface {
  327. // 客服聊天
  328. DbLogin(ctx context.Context, opts ...grpc.CallOption) (Db_DbLoginClient, error)
  329. DbCall(ctx context.Context, in *DbMsgReq, opts ...grpc.CallOption) (*DbMsgRes, error)
  330. // 游戏聊天
  331. // 敏感词库信息获取
  332. GetSensitiveWords(ctx context.Context, in *SensReq, opts ...grpc.CallOption) (*SensRes, error)
  333. }
  334. type dbClient struct {
  335. cc grpc.ClientConnInterface
  336. }
  337. func NewDbClient(cc grpc.ClientConnInterface) DbClient {
  338. return &dbClient{cc}
  339. }
  340. func (c *dbClient) DbLogin(ctx context.Context, opts ...grpc.CallOption) (Db_DbLoginClient, error) {
  341. stream, err := c.cc.NewStream(ctx, &_Db_serviceDesc.Streams[0], "/pb.Db/DbLogin", opts...)
  342. if err != nil {
  343. return nil, err
  344. }
  345. x := &dbDbLoginClient{stream}
  346. return x, nil
  347. }
  348. type Db_DbLoginClient interface {
  349. Send(*DbMsgReq) error
  350. Recv() (*DbMsgRes, error)
  351. grpc.ClientStream
  352. }
  353. type dbDbLoginClient struct {
  354. grpc.ClientStream
  355. }
  356. func (x *dbDbLoginClient) Send(m *DbMsgReq) error {
  357. return x.ClientStream.SendMsg(m)
  358. }
  359. func (x *dbDbLoginClient) Recv() (*DbMsgRes, error) {
  360. m := new(DbMsgRes)
  361. if err := x.ClientStream.RecvMsg(m); err != nil {
  362. return nil, err
  363. }
  364. return m, nil
  365. }
  366. func (c *dbClient) DbCall(ctx context.Context, in *DbMsgReq, opts ...grpc.CallOption) (*DbMsgRes, error) {
  367. out := new(DbMsgRes)
  368. err := c.cc.Invoke(ctx, "/pb.Db/DbCall", in, out, opts...)
  369. if err != nil {
  370. return nil, err
  371. }
  372. return out, nil
  373. }
  374. func (c *dbClient) GetSensitiveWords(ctx context.Context, in *SensReq, opts ...grpc.CallOption) (*SensRes, error) {
  375. out := new(SensRes)
  376. err := c.cc.Invoke(ctx, "/pb.Db/GetSensitiveWords", in, out, opts...)
  377. if err != nil {
  378. return nil, err
  379. }
  380. return out, nil
  381. }
  382. // DbServer is the server API for Db service.
  383. type DbServer interface {
  384. // 客服聊天
  385. DbLogin(Db_DbLoginServer) error
  386. DbCall(context.Context, *DbMsgReq) (*DbMsgRes, error)
  387. // 游戏聊天
  388. // 敏感词库信息获取
  389. GetSensitiveWords(context.Context, *SensReq) (*SensRes, error)
  390. }
  391. // UnimplementedDbServer can be embedded to have forward compatible implementations.
  392. type UnimplementedDbServer struct {
  393. }
  394. func (*UnimplementedDbServer) DbLogin(Db_DbLoginServer) error {
  395. return status.Errorf(codes.Unimplemented, "method DbLogin not implemented")
  396. }
  397. func (*UnimplementedDbServer) DbCall(context.Context, *DbMsgReq) (*DbMsgRes, error) {
  398. return nil, status.Errorf(codes.Unimplemented, "method DbCall not implemented")
  399. }
  400. func (*UnimplementedDbServer) GetSensitiveWords(context.Context, *SensReq) (*SensRes, error) {
  401. return nil, status.Errorf(codes.Unimplemented, "method GetSensitiveWords not implemented")
  402. }
  403. func RegisterDbServer(s *grpc.Server, srv DbServer) {
  404. s.RegisterService(&_Db_serviceDesc, srv)
  405. }
  406. func _Db_DbLogin_Handler(srv interface{}, stream grpc.ServerStream) error {
  407. return srv.(DbServer).DbLogin(&dbDbLoginServer{stream})
  408. }
  409. type Db_DbLoginServer interface {
  410. Send(*DbMsgRes) error
  411. Recv() (*DbMsgReq, error)
  412. grpc.ServerStream
  413. }
  414. type dbDbLoginServer struct {
  415. grpc.ServerStream
  416. }
  417. func (x *dbDbLoginServer) Send(m *DbMsgRes) error {
  418. return x.ServerStream.SendMsg(m)
  419. }
  420. func (x *dbDbLoginServer) Recv() (*DbMsgReq, error) {
  421. m := new(DbMsgReq)
  422. if err := x.ServerStream.RecvMsg(m); err != nil {
  423. return nil, err
  424. }
  425. return m, nil
  426. }
  427. func _Db_DbCall_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  428. in := new(DbMsgReq)
  429. if err := dec(in); err != nil {
  430. return nil, err
  431. }
  432. if interceptor == nil {
  433. return srv.(DbServer).DbCall(ctx, in)
  434. }
  435. info := &grpc.UnaryServerInfo{
  436. Server: srv,
  437. FullMethod: "/pb.Db/DbCall",
  438. }
  439. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  440. return srv.(DbServer).DbCall(ctx, req.(*DbMsgReq))
  441. }
  442. return interceptor(ctx, in, info, handler)
  443. }
  444. func _Db_GetSensitiveWords_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  445. in := new(SensReq)
  446. if err := dec(in); err != nil {
  447. return nil, err
  448. }
  449. if interceptor == nil {
  450. return srv.(DbServer).GetSensitiveWords(ctx, in)
  451. }
  452. info := &grpc.UnaryServerInfo{
  453. Server: srv,
  454. FullMethod: "/pb.Db/GetSensitiveWords",
  455. }
  456. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  457. return srv.(DbServer).GetSensitiveWords(ctx, req.(*SensReq))
  458. }
  459. return interceptor(ctx, in, info, handler)
  460. }
  461. var _Db_serviceDesc = grpc.ServiceDesc{
  462. ServiceName: "pb.Db",
  463. HandlerType: (*DbServer)(nil),
  464. Methods: []grpc.MethodDesc{
  465. {
  466. MethodName: "DbCall",
  467. Handler: _Db_DbCall_Handler,
  468. },
  469. {
  470. MethodName: "GetSensitiveWords",
  471. Handler: _Db_GetSensitiveWords_Handler,
  472. },
  473. },
  474. Streams: []grpc.StreamDesc{
  475. {
  476. StreamName: "DbLogin",
  477. Handler: _Db_DbLogin_Handler,
  478. ServerStreams: true,
  479. ClientStreams: true,
  480. },
  481. },
  482. Metadata: "db.proto",
  483. }