Versions in this module Expand all Collapse all v1 v1.3.7 May 10, 2022 v1.3.6 May 9, 2022 v1.3.5 May 9, 2022 v1.3.4 May 9, 2022 Changes in this version + var File_deposit_proto protoreflect.FileDescriptor + func RegisterDepositServiceServer(s *grpc.Server, srv DepositServiceServer) + type DepositRequest struct + Amount float32 + func (*DepositRequest) Descriptor() ([]byte, []int) + func (*DepositRequest) ProtoMessage() + func (x *DepositRequest) GetAmount() float32 + func (x *DepositRequest) ProtoReflect() protoreflect.Message + func (x *DepositRequest) Reset() + func (x *DepositRequest) String() string + type DepositResponse struct + Ok bool + func (*DepositResponse) Descriptor() ([]byte, []int) + func (*DepositResponse) ProtoMessage() + func (x *DepositResponse) GetOk() bool + func (x *DepositResponse) ProtoReflect() protoreflect.Message + func (x *DepositResponse) Reset() + func (x *DepositResponse) String() string + type DepositServer struct + func (*DepositServer) Deposit(ctx context.Context, req *DepositRequest) (*DepositResponse, error) + type DepositServiceClient interface + Deposit func(ctx context.Context, in *DepositRequest, opts ...grpc.CallOption) (*DepositResponse, error) + func NewDepositServiceClient(cc grpc.ClientConnInterface) DepositServiceClient + type DepositServiceServer interface + Deposit func(context.Context, *DepositRequest) (*DepositResponse, error) + type UnimplementedDepositServiceServer struct + func (*UnimplementedDepositServiceServer) Deposit(context.Context, *DepositRequest) (*DepositResponse, error)