Versions in this module Expand all Collapse all v1 v1.1.7 Aug 25, 2021 v1.1.6 Apr 14, 2021 Changes in this version + func RegisterDepositServiceServer(s *grpc.Server, srv DepositServiceServer) + type DepositRequest struct + Amount float32 + func (*DepositRequest) Descriptor() ([]byte, []int) + func (*DepositRequest) ProtoMessage() + func (m *DepositRequest) GetAmount() float32 + func (m *DepositRequest) Reset() + func (m *DepositRequest) String() string + type DepositResponse struct + Ok bool + func (*DepositResponse) Descriptor() ([]byte, []int) + func (*DepositResponse) ProtoMessage() + func (m *DepositResponse) GetOk() bool + func (m *DepositResponse) Reset() + func (m *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.ClientConn) DepositServiceClient + type DepositServiceServer interface + Deposit func(context.Context, *DepositRequest) (*DepositResponse, error)