adm_task_service.pb.go 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: adm_task_service.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package pb
  5. import (
  6. v1 "adm-dws/pb/v1"
  7. context "context"
  8. fmt "fmt"
  9. proto "github.com/golang/protobuf/proto"
  10. grpc "google.golang.org/grpc"
  11. codes "google.golang.org/grpc/codes"
  12. status "google.golang.org/grpc/status"
  13. math "math"
  14. )
  15. // Reference imports to suppress errors if they are not otherwise used.
  16. var _ = proto.Marshal
  17. var _ = fmt.Errorf
  18. var _ = math.Inf
  19. // This is a compile-time assertion to ensure that this generated file
  20. // is compatible with the proto package it is being compiled against.
  21. // A compilation error at this line likely means your copy of the
  22. // proto package needs to be updated.
  23. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  24. func init() {
  25. proto.RegisterFile("adm_task_service.proto", fileDescriptor_b888879dea74b804)
  26. }
  27. var fileDescriptor_b888879dea74b804 = []byte{
  28. // 198 bytes of a gzipped FileDescriptorProto
  29. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4b, 0x4c, 0xc9, 0x8d,
  30. 0x2f, 0x49, 0x2c, 0xce, 0x8e, 0x2f, 0x4e, 0x2d, 0x2a, 0xcb, 0x4c, 0x4e, 0xd5, 0x2b, 0x28, 0xca,
  31. 0x2f, 0xc9, 0x17, 0xe2, 0x2a, 0x48, 0xd2, 0x83, 0x8a, 0x48, 0xf1, 0x96, 0x19, 0xea, 0x83, 0x94,
  32. 0x40, 0xa4, 0x8c, 0x3e, 0x30, 0x72, 0xb1, 0x3b, 0xa6, 0xe4, 0x86, 0x24, 0x16, 0x67, 0x0b, 0x85,
  33. 0x72, 0x09, 0xbb, 0xa7, 0x96, 0x80, 0x98, 0x4e, 0x95, 0xc1, 0xf9, 0xa5, 0x45, 0xc9, 0xa9, 0xce,
  34. 0xf9, 0x29, 0xa9, 0x42, 0x72, 0x7a, 0x65, 0x86, 0x7a, 0x58, 0x24, 0x82, 0x52, 0x0b, 0x4b, 0x53,
  35. 0x8b, 0x4b, 0xa4, 0x64, 0x70, 0xca, 0x17, 0xe4, 0x54, 0x2a, 0x31, 0x08, 0xf9, 0x73, 0x09, 0x86,
  36. 0x16, 0xa4, 0x24, 0x96, 0xa4, 0xfa, 0xa7, 0xa5, 0xe5, 0x64, 0xe6, 0xa5, 0x82, 0xed, 0x02, 0x6b,
  37. 0xc2, 0x10, 0x86, 0x19, 0x29, 0x85, 0x43, 0x16, 0x62, 0xa0, 0x2d, 0x17, 0xb7, 0x73, 0x46, 0x6a,
  38. 0x72, 0xb6, 0x5b, 0x7e, 0x51, 0x6e, 0x62, 0x89, 0x90, 0x18, 0x48, 0x31, 0x92, 0x00, 0xcc, 0x10,
  39. 0x11, 0x0c, 0x71, 0xb0, 0x76, 0x27, 0x9e, 0x28, 0xae, 0xc4, 0x94, 0x5c, 0xdd, 0x94, 0xf2, 0x62,
  40. 0xfd, 0x82, 0xa4, 0x24, 0x36, 0x70, 0x38, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xf6, 0xa1,
  41. 0xcf, 0x99, 0x3c, 0x01, 0x00, 0x00,
  42. }
  43. // Reference imports to suppress errors if they are not otherwise used.
  44. var _ context.Context
  45. var _ grpc.ClientConnInterface
  46. // This is a compile-time assertion to ensure that this generated file
  47. // is compatible with the grpc package it is being compiled against.
  48. const _ = grpc.SupportPackageIsVersion6
  49. // AdmTaskClient is the client API for AdmTask service.
  50. //
  51. // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  52. type AdmTaskClient interface {
  53. GetTaskBySourceCode(ctx context.Context, in *v1.GetTaskBySourceCodeRequest, opts ...grpc.CallOption) (*v1.GetTaskBySourceCodeReply, error)
  54. UpdateOfflineTask(ctx context.Context, in *v1.UpdateOfflineTaskRequest, opts ...grpc.CallOption) (*v1.UpdateOfflineTaskReply, error)
  55. CheckFormat(ctx context.Context, in *v1.CheckFormatRequest, opts ...grpc.CallOption) (*v1.CheckFormatReply, error)
  56. }
  57. type admTaskClient struct {
  58. cc grpc.ClientConnInterface
  59. }
  60. func NewAdmTaskClient(cc grpc.ClientConnInterface) AdmTaskClient {
  61. return &admTaskClient{cc}
  62. }
  63. func (c *admTaskClient) GetTaskBySourceCode(ctx context.Context, in *v1.GetTaskBySourceCodeRequest, opts ...grpc.CallOption) (*v1.GetTaskBySourceCodeReply, error) {
  64. out := new(v1.GetTaskBySourceCodeReply)
  65. err := c.cc.Invoke(ctx, "/pb.service.AdmTask/GetTaskBySourceCode", in, out, opts...)
  66. if err != nil {
  67. return nil, err
  68. }
  69. return out, nil
  70. }
  71. func (c *admTaskClient) UpdateOfflineTask(ctx context.Context, in *v1.UpdateOfflineTaskRequest, opts ...grpc.CallOption) (*v1.UpdateOfflineTaskReply, error) {
  72. out := new(v1.UpdateOfflineTaskReply)
  73. err := c.cc.Invoke(ctx, "/pb.service.AdmTask/UpdateOfflineTask", in, out, opts...)
  74. if err != nil {
  75. return nil, err
  76. }
  77. return out, nil
  78. }
  79. func (c *admTaskClient) CheckFormat(ctx context.Context, in *v1.CheckFormatRequest, opts ...grpc.CallOption) (*v1.CheckFormatReply, error) {
  80. out := new(v1.CheckFormatReply)
  81. err := c.cc.Invoke(ctx, "/pb.service.AdmTask/CheckFormat", in, out, opts...)
  82. if err != nil {
  83. return nil, err
  84. }
  85. return out, nil
  86. }
  87. // AdmTaskServer is the server API for AdmTask service.
  88. type AdmTaskServer interface {
  89. GetTaskBySourceCode(context.Context, *v1.GetTaskBySourceCodeRequest) (*v1.GetTaskBySourceCodeReply, error)
  90. UpdateOfflineTask(context.Context, *v1.UpdateOfflineTaskRequest) (*v1.UpdateOfflineTaskReply, error)
  91. CheckFormat(context.Context, *v1.CheckFormatRequest) (*v1.CheckFormatReply, error)
  92. }
  93. // UnimplementedAdmTaskServer can be embedded to have forward compatible implementations.
  94. type UnimplementedAdmTaskServer struct {
  95. }
  96. func (*UnimplementedAdmTaskServer) GetTaskBySourceCode(ctx context.Context, req *v1.GetTaskBySourceCodeRequest) (*v1.GetTaskBySourceCodeReply, error) {
  97. return nil, status.Errorf(codes.Unimplemented, "method GetTaskBySourceCode not implemented")
  98. }
  99. func (*UnimplementedAdmTaskServer) UpdateOfflineTask(ctx context.Context, req *v1.UpdateOfflineTaskRequest) (*v1.UpdateOfflineTaskReply, error) {
  100. return nil, status.Errorf(codes.Unimplemented, "method UpdateOfflineTask not implemented")
  101. }
  102. func (*UnimplementedAdmTaskServer) CheckFormat(ctx context.Context, req *v1.CheckFormatRequest) (*v1.CheckFormatReply, error) {
  103. return nil, status.Errorf(codes.Unimplemented, "method CheckFormat not implemented")
  104. }
  105. func RegisterAdmTaskServer(s *grpc.Server, srv AdmTaskServer) {
  106. s.RegisterService(&_AdmTask_serviceDesc, srv)
  107. }
  108. func _AdmTask_GetTaskBySourceCode_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  109. in := new(v1.GetTaskBySourceCodeRequest)
  110. if err := dec(in); err != nil {
  111. return nil, err
  112. }
  113. if interceptor == nil {
  114. return srv.(AdmTaskServer).GetTaskBySourceCode(ctx, in)
  115. }
  116. info := &grpc.UnaryServerInfo{
  117. Server: srv,
  118. FullMethod: "/pb.service.AdmTask/GetTaskBySourceCode",
  119. }
  120. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  121. return srv.(AdmTaskServer).GetTaskBySourceCode(ctx, req.(*v1.GetTaskBySourceCodeRequest))
  122. }
  123. return interceptor(ctx, in, info, handler)
  124. }
  125. func _AdmTask_UpdateOfflineTask_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  126. in := new(v1.UpdateOfflineTaskRequest)
  127. if err := dec(in); err != nil {
  128. return nil, err
  129. }
  130. if interceptor == nil {
  131. return srv.(AdmTaskServer).UpdateOfflineTask(ctx, in)
  132. }
  133. info := &grpc.UnaryServerInfo{
  134. Server: srv,
  135. FullMethod: "/pb.service.AdmTask/UpdateOfflineTask",
  136. }
  137. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  138. return srv.(AdmTaskServer).UpdateOfflineTask(ctx, req.(*v1.UpdateOfflineTaskRequest))
  139. }
  140. return interceptor(ctx, in, info, handler)
  141. }
  142. func _AdmTask_CheckFormat_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  143. in := new(v1.CheckFormatRequest)
  144. if err := dec(in); err != nil {
  145. return nil, err
  146. }
  147. if interceptor == nil {
  148. return srv.(AdmTaskServer).CheckFormat(ctx, in)
  149. }
  150. info := &grpc.UnaryServerInfo{
  151. Server: srv,
  152. FullMethod: "/pb.service.AdmTask/CheckFormat",
  153. }
  154. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  155. return srv.(AdmTaskServer).CheckFormat(ctx, req.(*v1.CheckFormatRequest))
  156. }
  157. return interceptor(ctx, in, info, handler)
  158. }
  159. var _AdmTask_serviceDesc = grpc.ServiceDesc{
  160. ServiceName: "pb.service.AdmTask",
  161. HandlerType: (*AdmTaskServer)(nil),
  162. Methods: []grpc.MethodDesc{
  163. {
  164. MethodName: "GetTaskBySourceCode",
  165. Handler: _AdmTask_GetTaskBySourceCode_Handler,
  166. },
  167. {
  168. MethodName: "UpdateOfflineTask",
  169. Handler: _AdmTask_UpdateOfflineTask_Handler,
  170. },
  171. {
  172. MethodName: "CheckFormat",
  173. Handler: _AdmTask_CheckFormat_Handler,
  174. },
  175. },
  176. Streams: []grpc.StreamDesc{},
  177. Metadata: "adm_task_service.proto",
  178. }