deposit.pb.go 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. // Code generated by protoc-gen-go.
  2. // source: deposit.proto
  3. // DO NOT EDIT!
  4. /*
  5. Package mock is a generated protocol buffer package.
  6. It is generated from these files:
  7. deposit.proto
  8. It has these top-level messages:
  9. DepositRequest
  10. DepositResponse
  11. */
  12. package mock
  13. import proto "github.com/golang/protobuf/proto"
  14. import fmt "fmt"
  15. import math "math"
  16. import (
  17. context "golang.org/x/net/context"
  18. grpc "google.golang.org/grpc"
  19. )
  20. // Reference imports to suppress errors if they are not otherwise used.
  21. var _ = proto.Marshal
  22. var _ = fmt.Errorf
  23. var _ = math.Inf
  24. // This is a compile-time assertion to ensure that this generated file
  25. // is compatible with the proto package it is being compiled against.
  26. // A compilation error at this line likely means your copy of the
  27. // proto package needs to be updated.
  28. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  29. type DepositRequest struct {
  30. Amount float32 `protobuf:"fixed32,1,opt,name=amount" json:"amount,omitempty"`
  31. }
  32. func (m *DepositRequest) Reset() { *m = DepositRequest{} }
  33. func (m *DepositRequest) String() string { return proto.CompactTextString(m) }
  34. func (*DepositRequest) ProtoMessage() {}
  35. func (*DepositRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  36. func (m *DepositRequest) GetAmount() float32 {
  37. if m != nil {
  38. return m.Amount
  39. }
  40. return 0
  41. }
  42. type DepositResponse struct {
  43. Ok bool `protobuf:"varint,1,opt,name=ok" json:"ok,omitempty"`
  44. }
  45. func (m *DepositResponse) Reset() { *m = DepositResponse{} }
  46. func (m *DepositResponse) String() string { return proto.CompactTextString(m) }
  47. func (*DepositResponse) ProtoMessage() {}
  48. func (*DepositResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
  49. func (m *DepositResponse) GetOk() bool {
  50. if m != nil {
  51. return m.Ok
  52. }
  53. return false
  54. }
  55. func init() {
  56. proto.RegisterType((*DepositRequest)(nil), "mock.DepositRequest")
  57. proto.RegisterType((*DepositResponse)(nil), "mock.DepositResponse")
  58. }
  59. // Reference imports to suppress errors if they are not otherwise used.
  60. var _ context.Context
  61. var _ grpc.ClientConn
  62. // This is a compile-time assertion to ensure that this generated file
  63. // is compatible with the grpc package it is being compiled against.
  64. const _ = grpc.SupportPackageIsVersion4
  65. // Client API for DepositService service
  66. type DepositServiceClient interface {
  67. Deposit(ctx context.Context, in *DepositRequest, opts ...grpc.CallOption) (*DepositResponse, error)
  68. }
  69. type depositServiceClient struct {
  70. cc *grpc.ClientConn
  71. }
  72. func NewDepositServiceClient(cc *grpc.ClientConn) DepositServiceClient {
  73. return &depositServiceClient{cc}
  74. }
  75. func (c *depositServiceClient) Deposit(ctx context.Context, in *DepositRequest, opts ...grpc.CallOption) (*DepositResponse, error) {
  76. out := new(DepositResponse)
  77. err := grpc.Invoke(ctx, "/mock.DepositService/Deposit", in, out, c.cc, opts...)
  78. if err != nil {
  79. return nil, err
  80. }
  81. return out, nil
  82. }
  83. // Server API for DepositService service
  84. type DepositServiceServer interface {
  85. Deposit(context.Context, *DepositRequest) (*DepositResponse, error)
  86. }
  87. func RegisterDepositServiceServer(s *grpc.Server, srv DepositServiceServer) {
  88. s.RegisterService(&_DepositService_serviceDesc, srv)
  89. }
  90. func _DepositService_Deposit_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  91. in := new(DepositRequest)
  92. if err := dec(in); err != nil {
  93. return nil, err
  94. }
  95. if interceptor == nil {
  96. return srv.(DepositServiceServer).Deposit(ctx, in)
  97. }
  98. info := &grpc.UnaryServerInfo{
  99. Server: srv,
  100. FullMethod: "/mock.DepositService/Deposit",
  101. }
  102. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  103. return srv.(DepositServiceServer).Deposit(ctx, req.(*DepositRequest))
  104. }
  105. return interceptor(ctx, in, info, handler)
  106. }
  107. var _DepositService_serviceDesc = grpc.ServiceDesc{
  108. ServiceName: "mock.DepositService",
  109. HandlerType: (*DepositServiceServer)(nil),
  110. Methods: []grpc.MethodDesc{
  111. {
  112. MethodName: "Deposit",
  113. Handler: _DepositService_Deposit_Handler,
  114. },
  115. },
  116. Streams: []grpc.StreamDesc{},
  117. Metadata: "deposit.proto",
  118. }
  119. func init() { proto.RegisterFile("deposit.proto", fileDescriptor0) }
  120. var fileDescriptor0 = []byte{
  121. // 139 bytes of a gzipped FileDescriptorProto
  122. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xe2, 0x4d, 0x49, 0x2d, 0xc8,
  123. 0x2f, 0xce, 0x2c, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0xc9, 0xcd, 0x4f, 0xce, 0x56,
  124. 0xd2, 0xe0, 0xe2, 0x73, 0x81, 0x08, 0x07, 0xa5, 0x16, 0x96, 0xa6, 0x16, 0x97, 0x08, 0x89, 0x71,
  125. 0xb1, 0x25, 0xe6, 0xe6, 0x97, 0xe6, 0x95, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0x30, 0x05, 0x41, 0x79,
  126. 0x4a, 0x8a, 0x5c, 0xfc, 0x70, 0x95, 0xc5, 0x05, 0xf9, 0x79, 0xc5, 0xa9, 0x42, 0x7c, 0x5c, 0x4c,
  127. 0xf9, 0xd9, 0x60, 0x65, 0x1c, 0x41, 0x4c, 0xf9, 0xd9, 0x46, 0x1e, 0x70, 0xc3, 0x82, 0x53, 0x8b,
  128. 0xca, 0x32, 0x93, 0x53, 0x85, 0xcc, 0xb8, 0xd8, 0xa1, 0x22, 0x42, 0x22, 0x7a, 0x20, 0x0b, 0xf5,
  129. 0x50, 0x6d, 0x93, 0x12, 0x45, 0x13, 0x85, 0x98, 0x9c, 0xc4, 0x06, 0x76, 0xa3, 0x31, 0x20, 0x00,
  130. 0x00, 0xff, 0xff, 0x62, 0x37, 0xf2, 0x36, 0xb4, 0x00, 0x00, 0x00,
  131. }