system_service.pb.go 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: system_service.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package pb
  5. import (
  6. context "context"
  7. fmt "fmt"
  8. proto "github.com/golang/protobuf/proto"
  9. grpc "google.golang.org/grpc"
  10. codes "google.golang.org/grpc/codes"
  11. status "google.golang.org/grpc/status"
  12. math "math"
  13. v1 "property-task/pb/v1"
  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("system_service.proto", fileDescriptor_5d35c01297e407e4)
  26. }
  27. var fileDescriptor_5d35c01297e407e4 = []byte{
  28. // 198 bytes of a gzipped FileDescriptorProto
  29. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x29, 0xae, 0x2c, 0x2e,
  30. 0x49, 0xcd, 0x8d, 0x2f, 0x4e, 0x2d, 0x2a, 0xcb, 0x4c, 0x4e, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9,
  31. 0x17, 0xe2, 0x2a, 0x48, 0xd2, 0x83, 0x8a, 0x48, 0xf1, 0x97, 0x19, 0xea, 0x43, 0x14, 0x41, 0x24,
  32. 0x8d, 0x7a, 0x99, 0xb8, 0xd8, 0x82, 0xc1, 0x02, 0x42, 0xb6, 0x5c, 0x9c, 0xee, 0x89, 0x45, 0x29,
  33. 0xa9, 0x79, 0x9e, 0x29, 0xc5, 0x42, 0xe2, 0x7a, 0x05, 0x49, 0xf1, 0x65, 0x86, 0x7a, 0x70, 0x91,
  34. 0xa0, 0xd4, 0xc2, 0xd2, 0xd4, 0xe2, 0x12, 0x29, 0x51, 0x4c, 0x89, 0x82, 0x9c, 0x4a, 0x25, 0x06,
  35. 0xa1, 0x68, 0x2e, 0x61, 0xdf, 0xe2, 0xf4, 0x80, 0xc4, 0xe4, 0xec, 0xc4, 0xf4, 0x54, 0xff, 0xa2,
  36. 0x94, 0xd4, 0x22, 0x9f, 0xcc, 0xe2, 0x12, 0x21, 0x45, 0xa8, 0x7a, 0x2c, 0x72, 0x30, 0x23, 0xe5,
  37. 0xf1, 0x29, 0x81, 0x18, 0x9e, 0xce, 0x25, 0x8e, 0x26, 0xeb, 0x92, 0x9a, 0x5c, 0x94, 0x9a, 0x58,
  38. 0x9c, 0x2a, 0xa4, 0x8a, 0x5d, 0x37, 0x4c, 0x1e, 0x66, 0x89, 0x32, 0x21, 0x65, 0x60, 0x8b, 0x9c,
  39. 0x84, 0xa2, 0x04, 0x0a, 0x8a, 0xf2, 0x0b, 0x52, 0x8b, 0x4a, 0x2a, 0x75, 0x4b, 0x12, 0x8b, 0xb3,
  40. 0xf5, 0x0b, 0x92, 0x92, 0xd8, 0xc0, 0x41, 0x65, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xea, 0xa3,
  41. 0xb4, 0x59, 0x5f, 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. // SystemClient is the client API for System 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 SystemClient interface {
  53. GardenIds(ctx context.Context, in *v1.GardenIdsRequest, opts ...grpc.CallOption) (*v1.GardenIdsReply, error)
  54. // 短信套餐相关
  55. MsgPackageOrderList(ctx context.Context, in *v1.MsgPackageOrderListRequest, opts ...grpc.CallOption) (*v1.MsgPackageOrderListReply, error)
  56. MsgPackageOrderDecrease(ctx context.Context, in *v1.MsgPackageOrderDecreaseRequest, opts ...grpc.CallOption) (*v1.MsgPackageOrderDecreaseReply, error)
  57. }
  58. type systemClient struct {
  59. cc grpc.ClientConnInterface
  60. }
  61. func NewSystemClient(cc grpc.ClientConnInterface) SystemClient {
  62. return &systemClient{cc}
  63. }
  64. func (c *systemClient) GardenIds(ctx context.Context, in *v1.GardenIdsRequest, opts ...grpc.CallOption) (*v1.GardenIdsReply, error) {
  65. out := new(v1.GardenIdsReply)
  66. err := c.cc.Invoke(ctx, "/pb.service.System/GardenIds", in, out, opts...)
  67. if err != nil {
  68. return nil, err
  69. }
  70. return out, nil
  71. }
  72. func (c *systemClient) MsgPackageOrderList(ctx context.Context, in *v1.MsgPackageOrderListRequest, opts ...grpc.CallOption) (*v1.MsgPackageOrderListReply, error) {
  73. out := new(v1.MsgPackageOrderListReply)
  74. err := c.cc.Invoke(ctx, "/pb.service.System/MsgPackageOrderList", in, out, opts...)
  75. if err != nil {
  76. return nil, err
  77. }
  78. return out, nil
  79. }
  80. func (c *systemClient) MsgPackageOrderDecrease(ctx context.Context, in *v1.MsgPackageOrderDecreaseRequest, opts ...grpc.CallOption) (*v1.MsgPackageOrderDecreaseReply, error) {
  81. out := new(v1.MsgPackageOrderDecreaseReply)
  82. err := c.cc.Invoke(ctx, "/pb.service.System/MsgPackageOrderDecrease", in, out, opts...)
  83. if err != nil {
  84. return nil, err
  85. }
  86. return out, nil
  87. }
  88. // SystemServer is the server API for System service.
  89. type SystemServer interface {
  90. GardenIds(context.Context, *v1.GardenIdsRequest) (*v1.GardenIdsReply, error)
  91. // 短信套餐相关
  92. MsgPackageOrderList(context.Context, *v1.MsgPackageOrderListRequest) (*v1.MsgPackageOrderListReply, error)
  93. MsgPackageOrderDecrease(context.Context, *v1.MsgPackageOrderDecreaseRequest) (*v1.MsgPackageOrderDecreaseReply, error)
  94. }
  95. // UnimplementedSystemServer can be embedded to have forward compatible implementations.
  96. type UnimplementedSystemServer struct {
  97. }
  98. func (*UnimplementedSystemServer) GardenIds(ctx context.Context, req *v1.GardenIdsRequest) (*v1.GardenIdsReply, error) {
  99. return nil, status.Errorf(codes.Unimplemented, "method GardenIds not implemented")
  100. }
  101. func (*UnimplementedSystemServer) MsgPackageOrderList(ctx context.Context, req *v1.MsgPackageOrderListRequest) (*v1.MsgPackageOrderListReply, error) {
  102. return nil, status.Errorf(codes.Unimplemented, "method MsgPackageOrderList not implemented")
  103. }
  104. func (*UnimplementedSystemServer) MsgPackageOrderDecrease(ctx context.Context, req *v1.MsgPackageOrderDecreaseRequest) (*v1.MsgPackageOrderDecreaseReply, error) {
  105. return nil, status.Errorf(codes.Unimplemented, "method MsgPackageOrderDecrease not implemented")
  106. }
  107. func RegisterSystemServer(s *grpc.Server, srv SystemServer) {
  108. s.RegisterService(&_System_serviceDesc, srv)
  109. }
  110. func _System_GardenIds_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  111. in := new(v1.GardenIdsRequest)
  112. if err := dec(in); err != nil {
  113. return nil, err
  114. }
  115. if interceptor == nil {
  116. return srv.(SystemServer).GardenIds(ctx, in)
  117. }
  118. info := &grpc.UnaryServerInfo{
  119. Server: srv,
  120. FullMethod: "/pb.service.System/GardenIds",
  121. }
  122. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  123. return srv.(SystemServer).GardenIds(ctx, req.(*v1.GardenIdsRequest))
  124. }
  125. return interceptor(ctx, in, info, handler)
  126. }
  127. func _System_MsgPackageOrderList_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  128. in := new(v1.MsgPackageOrderListRequest)
  129. if err := dec(in); err != nil {
  130. return nil, err
  131. }
  132. if interceptor == nil {
  133. return srv.(SystemServer).MsgPackageOrderList(ctx, in)
  134. }
  135. info := &grpc.UnaryServerInfo{
  136. Server: srv,
  137. FullMethod: "/pb.service.System/MsgPackageOrderList",
  138. }
  139. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  140. return srv.(SystemServer).MsgPackageOrderList(ctx, req.(*v1.MsgPackageOrderListRequest))
  141. }
  142. return interceptor(ctx, in, info, handler)
  143. }
  144. func _System_MsgPackageOrderDecrease_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  145. in := new(v1.MsgPackageOrderDecreaseRequest)
  146. if err := dec(in); err != nil {
  147. return nil, err
  148. }
  149. if interceptor == nil {
  150. return srv.(SystemServer).MsgPackageOrderDecrease(ctx, in)
  151. }
  152. info := &grpc.UnaryServerInfo{
  153. Server: srv,
  154. FullMethod: "/pb.service.System/MsgPackageOrderDecrease",
  155. }
  156. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  157. return srv.(SystemServer).MsgPackageOrderDecrease(ctx, req.(*v1.MsgPackageOrderDecreaseRequest))
  158. }
  159. return interceptor(ctx, in, info, handler)
  160. }
  161. var _System_serviceDesc = grpc.ServiceDesc{
  162. ServiceName: "pb.service.System",
  163. HandlerType: (*SystemServer)(nil),
  164. Methods: []grpc.MethodDesc{
  165. {
  166. MethodName: "GardenIds",
  167. Handler: _System_GardenIds_Handler,
  168. },
  169. {
  170. MethodName: "MsgPackageOrderList",
  171. Handler: _System_MsgPackageOrderList_Handler,
  172. },
  173. {
  174. MethodName: "MsgPackageOrderDecrease",
  175. Handler: _System_MsgPackageOrderDecrease_Handler,
  176. },
  177. },
  178. Streams: []grpc.StreamDesc{},
  179. Metadata: "system_service.proto",
  180. }