call.pb.go 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: call.proto
  3. package pb
  4. import (
  5. context "context"
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. grpc "google.golang.org/grpc"
  9. codes "google.golang.org/grpc/codes"
  10. status "google.golang.org/grpc/status"
  11. math "math"
  12. )
  13. // Reference imports to suppress errors if they are not otherwise used.
  14. var _ = proto.Marshal
  15. var _ = fmt.Errorf
  16. var _ = math.Inf
  17. // This is a compile-time assertion to ensure that this generated file
  18. // is compatible with the proto package it is being compiled against.
  19. // A compilation error at this line likely means your copy of the
  20. // proto package needs to be updated.
  21. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  22. type ClientMsgReq struct {
  23. IdInfo *IdInfo `protobuf:"bytes,3,opt,name=id_info,json=idInfo,proto3" json:"id_info,omitempty"`
  24. Cmd []*CommandMsg `protobuf:"bytes,1,rep,name=cmd,proto3" json:"cmd,omitempty"`
  25. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  26. XXX_unrecognized []byte `json:"-"`
  27. XXX_sizecache int32 `json:"-"`
  28. }
  29. func (m *ClientMsgReq) Reset() { *m = ClientMsgReq{} }
  30. func (m *ClientMsgReq) String() string { return proto.CompactTextString(m) }
  31. func (*ClientMsgReq) ProtoMessage() {}
  32. func (*ClientMsgReq) Descriptor() ([]byte, []int) {
  33. return fileDescriptor_caa5955d5eab2d2d, []int{0}
  34. }
  35. func (m *ClientMsgReq) XXX_Unmarshal(b []byte) error {
  36. return xxx_messageInfo_ClientMsgReq.Unmarshal(m, b)
  37. }
  38. func (m *ClientMsgReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  39. return xxx_messageInfo_ClientMsgReq.Marshal(b, m, deterministic)
  40. }
  41. func (m *ClientMsgReq) XXX_Merge(src proto.Message) {
  42. xxx_messageInfo_ClientMsgReq.Merge(m, src)
  43. }
  44. func (m *ClientMsgReq) XXX_Size() int {
  45. return xxx_messageInfo_ClientMsgReq.Size(m)
  46. }
  47. func (m *ClientMsgReq) XXX_DiscardUnknown() {
  48. xxx_messageInfo_ClientMsgReq.DiscardUnknown(m)
  49. }
  50. var xxx_messageInfo_ClientMsgReq proto.InternalMessageInfo
  51. func (m *ClientMsgReq) GetIdInfo() *IdInfo {
  52. if m != nil {
  53. return m.IdInfo
  54. }
  55. return nil
  56. }
  57. func (m *ClientMsgReq) GetCmd() []*CommandMsg {
  58. if m != nil {
  59. return m.Cmd
  60. }
  61. return nil
  62. }
  63. type ClientMsgRes struct {
  64. Cmd []*CommandMsg `protobuf:"bytes,1,rep,name=cmd,proto3" json:"cmd,omitempty"`
  65. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  66. XXX_unrecognized []byte `json:"-"`
  67. XXX_sizecache int32 `json:"-"`
  68. }
  69. func (m *ClientMsgRes) Reset() { *m = ClientMsgRes{} }
  70. func (m *ClientMsgRes) String() string { return proto.CompactTextString(m) }
  71. func (*ClientMsgRes) ProtoMessage() {}
  72. func (*ClientMsgRes) Descriptor() ([]byte, []int) {
  73. return fileDescriptor_caa5955d5eab2d2d, []int{1}
  74. }
  75. func (m *ClientMsgRes) XXX_Unmarshal(b []byte) error {
  76. return xxx_messageInfo_ClientMsgRes.Unmarshal(m, b)
  77. }
  78. func (m *ClientMsgRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  79. return xxx_messageInfo_ClientMsgRes.Marshal(b, m, deterministic)
  80. }
  81. func (m *ClientMsgRes) XXX_Merge(src proto.Message) {
  82. xxx_messageInfo_ClientMsgRes.Merge(m, src)
  83. }
  84. func (m *ClientMsgRes) XXX_Size() int {
  85. return xxx_messageInfo_ClientMsgRes.Size(m)
  86. }
  87. func (m *ClientMsgRes) XXX_DiscardUnknown() {
  88. xxx_messageInfo_ClientMsgRes.DiscardUnknown(m)
  89. }
  90. var xxx_messageInfo_ClientMsgRes proto.InternalMessageInfo
  91. func (m *ClientMsgRes) GetCmd() []*CommandMsg {
  92. if m != nil {
  93. return m.Cmd
  94. }
  95. return nil
  96. }
  97. type ServiceMsgReq struct {
  98. IdInfo *IdInfo `protobuf:"bytes,3,opt,name=id_info,json=idInfo,proto3" json:"id_info,omitempty"`
  99. Cmd []*CommandMsg `protobuf:"bytes,1,rep,name=cmd,proto3" json:"cmd,omitempty"`
  100. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  101. XXX_unrecognized []byte `json:"-"`
  102. XXX_sizecache int32 `json:"-"`
  103. }
  104. func (m *ServiceMsgReq) Reset() { *m = ServiceMsgReq{} }
  105. func (m *ServiceMsgReq) String() string { return proto.CompactTextString(m) }
  106. func (*ServiceMsgReq) ProtoMessage() {}
  107. func (*ServiceMsgReq) Descriptor() ([]byte, []int) {
  108. return fileDescriptor_caa5955d5eab2d2d, []int{2}
  109. }
  110. func (m *ServiceMsgReq) XXX_Unmarshal(b []byte) error {
  111. return xxx_messageInfo_ServiceMsgReq.Unmarshal(m, b)
  112. }
  113. func (m *ServiceMsgReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  114. return xxx_messageInfo_ServiceMsgReq.Marshal(b, m, deterministic)
  115. }
  116. func (m *ServiceMsgReq) XXX_Merge(src proto.Message) {
  117. xxx_messageInfo_ServiceMsgReq.Merge(m, src)
  118. }
  119. func (m *ServiceMsgReq) XXX_Size() int {
  120. return xxx_messageInfo_ServiceMsgReq.Size(m)
  121. }
  122. func (m *ServiceMsgReq) XXX_DiscardUnknown() {
  123. xxx_messageInfo_ServiceMsgReq.DiscardUnknown(m)
  124. }
  125. var xxx_messageInfo_ServiceMsgReq proto.InternalMessageInfo
  126. func (m *ServiceMsgReq) GetIdInfo() *IdInfo {
  127. if m != nil {
  128. return m.IdInfo
  129. }
  130. return nil
  131. }
  132. func (m *ServiceMsgReq) GetCmd() []*CommandMsg {
  133. if m != nil {
  134. return m.Cmd
  135. }
  136. return nil
  137. }
  138. type ServiceMsgRes struct {
  139. Cmd []*CommandMsg `protobuf:"bytes,1,rep,name=cmd,proto3" json:"cmd,omitempty"`
  140. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  141. XXX_unrecognized []byte `json:"-"`
  142. XXX_sizecache int32 `json:"-"`
  143. }
  144. func (m *ServiceMsgRes) Reset() { *m = ServiceMsgRes{} }
  145. func (m *ServiceMsgRes) String() string { return proto.CompactTextString(m) }
  146. func (*ServiceMsgRes) ProtoMessage() {}
  147. func (*ServiceMsgRes) Descriptor() ([]byte, []int) {
  148. return fileDescriptor_caa5955d5eab2d2d, []int{3}
  149. }
  150. func (m *ServiceMsgRes) XXX_Unmarshal(b []byte) error {
  151. return xxx_messageInfo_ServiceMsgRes.Unmarshal(m, b)
  152. }
  153. func (m *ServiceMsgRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  154. return xxx_messageInfo_ServiceMsgRes.Marshal(b, m, deterministic)
  155. }
  156. func (m *ServiceMsgRes) XXX_Merge(src proto.Message) {
  157. xxx_messageInfo_ServiceMsgRes.Merge(m, src)
  158. }
  159. func (m *ServiceMsgRes) XXX_Size() int {
  160. return xxx_messageInfo_ServiceMsgRes.Size(m)
  161. }
  162. func (m *ServiceMsgRes) XXX_DiscardUnknown() {
  163. xxx_messageInfo_ServiceMsgRes.DiscardUnknown(m)
  164. }
  165. var xxx_messageInfo_ServiceMsgRes proto.InternalMessageInfo
  166. func (m *ServiceMsgRes) GetCmd() []*CommandMsg {
  167. if m != nil {
  168. return m.Cmd
  169. }
  170. return nil
  171. }
  172. func init() {
  173. proto.RegisterType((*ClientMsgReq)(nil), "pb.ClientMsgReq")
  174. proto.RegisterType((*ClientMsgRes)(nil), "pb.ClientMsgRes")
  175. proto.RegisterType((*ServiceMsgReq)(nil), "pb.ServiceMsgReq")
  176. proto.RegisterType((*ServiceMsgRes)(nil), "pb.ServiceMsgRes")
  177. }
  178. func init() { proto.RegisterFile("call.proto", fileDescriptor_caa5955d5eab2d2d) }
  179. var fileDescriptor_caa5955d5eab2d2d = []byte{
  180. // 241 bytes of a gzipped FileDescriptorProto
  181. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x4a, 0x4e, 0xcc, 0xc9,
  182. 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x2a, 0x48, 0x92, 0xe2, 0xcd, 0x4d, 0x2d, 0x2e,
  183. 0x4e, 0x4c, 0x4f, 0x85, 0x08, 0x29, 0x85, 0x72, 0xf1, 0x38, 0xe7, 0x64, 0xa6, 0xe6, 0x95, 0xf8,
  184. 0x16, 0xa7, 0x07, 0xa5, 0x16, 0x0a, 0x29, 0x73, 0xb1, 0x67, 0xa6, 0xc4, 0x67, 0xe6, 0xa5, 0xe5,
  185. 0x4b, 0x30, 0x2b, 0x30, 0x6a, 0x70, 0x1b, 0x71, 0xe9, 0x15, 0x24, 0xe9, 0x79, 0xa6, 0x78, 0xe6,
  186. 0xa5, 0xe5, 0x07, 0xb1, 0x65, 0x82, 0x69, 0x21, 0x05, 0x2e, 0xe6, 0xe4, 0xdc, 0x14, 0x09, 0x46,
  187. 0x05, 0x66, 0x0d, 0x6e, 0x23, 0x3e, 0x90, 0x02, 0xe7, 0xfc, 0xdc, 0xdc, 0xc4, 0xbc, 0x14, 0x90,
  188. 0x21, 0x20, 0x29, 0x25, 0x03, 0x14, 0x63, 0x8b, 0x89, 0xd0, 0x11, 0xc6, 0xc5, 0x1b, 0x9c, 0x5a,
  189. 0x54, 0x96, 0x99, 0x9c, 0x4a, 0x5d, 0x97, 0x18, 0xa2, 0x9a, 0x4b, 0x84, 0x53, 0x8c, 0x1e, 0x31,
  190. 0x72, 0xb1, 0x38, 0x27, 0xe6, 0xe4, 0x08, 0x99, 0x72, 0x71, 0x43, 0x7c, 0xe1, 0x93, 0x9f, 0x9e,
  191. 0x99, 0x27, 0x24, 0x00, 0x56, 0x8c, 0x14, 0x5a, 0x52, 0xe8, 0x22, 0xc5, 0x4a, 0x0c, 0x06, 0x8c,
  192. 0x42, 0x46, 0x5c, 0x5c, 0x10, 0x31, 0xb0, 0x21, 0x44, 0xe9, 0x12, 0xb2, 0xe0, 0xe2, 0x81, 0x3a,
  193. 0x13, 0x62, 0x97, 0x20, 0x48, 0x0d, 0x4a, 0x80, 0x48, 0x61, 0x08, 0x41, 0x6c, 0x33, 0xe5, 0xe2,
  194. 0x86, 0x0a, 0x82, 0xad, 0x23, 0x52, 0xa3, 0x13, 0x6b, 0x14, 0xb3, 0x7e, 0x41, 0x52, 0x12, 0x1b,
  195. 0x38, 0x19, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x63, 0xe5, 0xf6, 0x2b, 0x27, 0x02, 0x00,
  196. 0x00,
  197. }
  198. // Reference imports to suppress errors if they are not otherwise used.
  199. var _ context.Context
  200. var _ grpc.ClientConn
  201. // This is a compile-time assertion to ensure that this generated file
  202. // is compatible with the grpc package it is being compiled against.
  203. const _ = grpc.SupportPackageIsVersion4
  204. // CallClient is the client API for Call service.
  205. //
  206. // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  207. type CallClient interface {
  208. ClientLogin(ctx context.Context, in *ClientMsgReq, opts ...grpc.CallOption) (Call_ClientLoginClient, error)
  209. ClientCall(ctx context.Context, in *ClientMsgReq, opts ...grpc.CallOption) (*ClientMsgRes, error)
  210. ServiceLogin(ctx context.Context, in *ServiceMsgReq, opts ...grpc.CallOption) (Call_ServiceLoginClient, error)
  211. ServiceCall(ctx context.Context, in *ServiceMsgReq, opts ...grpc.CallOption) (*ServiceMsgRes, error)
  212. }
  213. type callClient struct {
  214. cc *grpc.ClientConn
  215. }
  216. func NewCallClient(cc *grpc.ClientConn) CallClient {
  217. return &callClient{cc}
  218. }
  219. func (c *callClient) ClientLogin(ctx context.Context, in *ClientMsgReq, opts ...grpc.CallOption) (Call_ClientLoginClient, error) {
  220. stream, err := c.cc.NewStream(ctx, &_Call_serviceDesc.Streams[0], "/pb.Call/ClientLogin", opts...)
  221. if err != nil {
  222. return nil, err
  223. }
  224. x := &callClientLoginClient{stream}
  225. if err := x.ClientStream.SendMsg(in); err != nil {
  226. return nil, err
  227. }
  228. if err := x.ClientStream.CloseSend(); err != nil {
  229. return nil, err
  230. }
  231. return x, nil
  232. }
  233. type Call_ClientLoginClient interface {
  234. Recv() (*ClientMsgRes, error)
  235. grpc.ClientStream
  236. }
  237. type callClientLoginClient struct {
  238. grpc.ClientStream
  239. }
  240. func (x *callClientLoginClient) Recv() (*ClientMsgRes, error) {
  241. m := new(ClientMsgRes)
  242. if err := x.ClientStream.RecvMsg(m); err != nil {
  243. return nil, err
  244. }
  245. return m, nil
  246. }
  247. func (c *callClient) ClientCall(ctx context.Context, in *ClientMsgReq, opts ...grpc.CallOption) (*ClientMsgRes, error) {
  248. out := new(ClientMsgRes)
  249. err := c.cc.Invoke(ctx, "/pb.Call/ClientCall", in, out, opts...)
  250. if err != nil {
  251. return nil, err
  252. }
  253. return out, nil
  254. }
  255. func (c *callClient) ServiceLogin(ctx context.Context, in *ServiceMsgReq, opts ...grpc.CallOption) (Call_ServiceLoginClient, error) {
  256. stream, err := c.cc.NewStream(ctx, &_Call_serviceDesc.Streams[1], "/pb.Call/ServiceLogin", opts...)
  257. if err != nil {
  258. return nil, err
  259. }
  260. x := &callServiceLoginClient{stream}
  261. if err := x.ClientStream.SendMsg(in); err != nil {
  262. return nil, err
  263. }
  264. if err := x.ClientStream.CloseSend(); err != nil {
  265. return nil, err
  266. }
  267. return x, nil
  268. }
  269. type Call_ServiceLoginClient interface {
  270. Recv() (*ServiceMsgRes, error)
  271. grpc.ClientStream
  272. }
  273. type callServiceLoginClient struct {
  274. grpc.ClientStream
  275. }
  276. func (x *callServiceLoginClient) Recv() (*ServiceMsgRes, error) {
  277. m := new(ServiceMsgRes)
  278. if err := x.ClientStream.RecvMsg(m); err != nil {
  279. return nil, err
  280. }
  281. return m, nil
  282. }
  283. func (c *callClient) ServiceCall(ctx context.Context, in *ServiceMsgReq, opts ...grpc.CallOption) (*ServiceMsgRes, error) {
  284. out := new(ServiceMsgRes)
  285. err := c.cc.Invoke(ctx, "/pb.Call/ServiceCall", in, out, opts...)
  286. if err != nil {
  287. return nil, err
  288. }
  289. return out, nil
  290. }
  291. // CallServer is the server API for Call service.
  292. type CallServer interface {
  293. ClientLogin(*ClientMsgReq, Call_ClientLoginServer) error
  294. ClientCall(context.Context, *ClientMsgReq) (*ClientMsgRes, error)
  295. ServiceLogin(*ServiceMsgReq, Call_ServiceLoginServer) error
  296. ServiceCall(context.Context, *ServiceMsgReq) (*ServiceMsgRes, error)
  297. }
  298. // UnimplementedCallServer can be embedded to have forward compatible implementations.
  299. type UnimplementedCallServer struct {
  300. }
  301. func (*UnimplementedCallServer) ClientLogin(req *ClientMsgReq, srv Call_ClientLoginServer) error {
  302. return status.Errorf(codes.Unimplemented, "method ClientLogin not implemented")
  303. }
  304. func (*UnimplementedCallServer) ClientCall(ctx context.Context, req *ClientMsgReq) (*ClientMsgRes, error) {
  305. return nil, status.Errorf(codes.Unimplemented, "method ClientCall not implemented")
  306. }
  307. func (*UnimplementedCallServer) ServiceLogin(req *ServiceMsgReq, srv Call_ServiceLoginServer) error {
  308. return status.Errorf(codes.Unimplemented, "method ServiceLogin not implemented")
  309. }
  310. func (*UnimplementedCallServer) ServiceCall(ctx context.Context, req *ServiceMsgReq) (*ServiceMsgRes, error) {
  311. return nil, status.Errorf(codes.Unimplemented, "method ServiceCall not implemented")
  312. }
  313. func RegisterCallServer(s *grpc.Server, srv CallServer) {
  314. s.RegisterService(&_Call_serviceDesc, srv)
  315. }
  316. func _Call_ClientLogin_Handler(srv interface{}, stream grpc.ServerStream) error {
  317. m := new(ClientMsgReq)
  318. if err := stream.RecvMsg(m); err != nil {
  319. return err
  320. }
  321. return srv.(CallServer).ClientLogin(m, &callClientLoginServer{stream})
  322. }
  323. type Call_ClientLoginServer interface {
  324. Send(*ClientMsgRes) error
  325. grpc.ServerStream
  326. }
  327. type callClientLoginServer struct {
  328. grpc.ServerStream
  329. }
  330. func (x *callClientLoginServer) Send(m *ClientMsgRes) error {
  331. return x.ServerStream.SendMsg(m)
  332. }
  333. func _Call_ClientCall_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  334. in := new(ClientMsgReq)
  335. if err := dec(in); err != nil {
  336. return nil, err
  337. }
  338. if interceptor == nil {
  339. return srv.(CallServer).ClientCall(ctx, in)
  340. }
  341. info := &grpc.UnaryServerInfo{
  342. Server: srv,
  343. FullMethod: "/pb.Call/ClientCall",
  344. }
  345. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  346. return srv.(CallServer).ClientCall(ctx, req.(*ClientMsgReq))
  347. }
  348. return interceptor(ctx, in, info, handler)
  349. }
  350. func _Call_ServiceLogin_Handler(srv interface{}, stream grpc.ServerStream) error {
  351. m := new(ServiceMsgReq)
  352. if err := stream.RecvMsg(m); err != nil {
  353. return err
  354. }
  355. return srv.(CallServer).ServiceLogin(m, &callServiceLoginServer{stream})
  356. }
  357. type Call_ServiceLoginServer interface {
  358. Send(*ServiceMsgRes) error
  359. grpc.ServerStream
  360. }
  361. type callServiceLoginServer struct {
  362. grpc.ServerStream
  363. }
  364. func (x *callServiceLoginServer) Send(m *ServiceMsgRes) error {
  365. return x.ServerStream.SendMsg(m)
  366. }
  367. func _Call_ServiceCall_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  368. in := new(ServiceMsgReq)
  369. if err := dec(in); err != nil {
  370. return nil, err
  371. }
  372. if interceptor == nil {
  373. return srv.(CallServer).ServiceCall(ctx, in)
  374. }
  375. info := &grpc.UnaryServerInfo{
  376. Server: srv,
  377. FullMethod: "/pb.Call/ServiceCall",
  378. }
  379. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  380. return srv.(CallServer).ServiceCall(ctx, req.(*ServiceMsgReq))
  381. }
  382. return interceptor(ctx, in, info, handler)
  383. }
  384. var _Call_serviceDesc = grpc.ServiceDesc{
  385. ServiceName: "pb.Call",
  386. HandlerType: (*CallServer)(nil),
  387. Methods: []grpc.MethodDesc{
  388. {
  389. MethodName: "ClientCall",
  390. Handler: _Call_ClientCall_Handler,
  391. },
  392. {
  393. MethodName: "ServiceCall",
  394. Handler: _Call_ServiceCall_Handler,
  395. },
  396. },
  397. Streams: []grpc.StreamDesc{
  398. {
  399. StreamName: "ClientLogin",
  400. Handler: _Call_ClientLogin_Handler,
  401. ServerStreams: true,
  402. },
  403. {
  404. StreamName: "ServiceLogin",
  405. Handler: _Call_ServiceLogin_Handler,
  406. ServerStreams: true,
  407. },
  408. },
  409. Metadata: "call.proto",
  410. }