Versions in this module Expand all Collapse all v1 v1.0.4 Aug 31, 2023 Changes in this version + var CustomerService_ServiceDesc = grpc.ServiceDesc + var File_netxd_customer_netxd_customer_proto protoreflect.FileDescriptor + func RegisterCustomerServiceServer(s grpc.ServiceRegistrar, srv CustomerServiceServer) + type Customer struct + Balance float32 + BankId int32 + CreatedAt string + CustomerId int32 + FirstName string + IsActive bool + LastName string + UpdatedAt string + func (*Customer) Descriptor() ([]byte, []int) + func (*Customer) ProtoMessage() + func (x *Customer) GetBalance() float32 + func (x *Customer) GetBankId() int32 + func (x *Customer) GetCreatedAt() string + func (x *Customer) GetCustomerId() int32 + func (x *Customer) GetFirstName() string + func (x *Customer) GetIsActive() bool + func (x *Customer) GetLastName() string + func (x *Customer) GetUpdatedAt() string + func (x *Customer) ProtoReflect() protoreflect.Message + func (x *Customer) Reset() + func (x *Customer) String() string + type CustomerResponse struct + CreatedAt string + CustomerId int32 + func (*CustomerResponse) Descriptor() ([]byte, []int) + func (*CustomerResponse) ProtoMessage() + func (x *CustomerResponse) GetCreatedAt() string + func (x *CustomerResponse) GetCustomerId() int32 + func (x *CustomerResponse) ProtoReflect() protoreflect.Message + func (x *CustomerResponse) Reset() + func (x *CustomerResponse) String() string + type CustomerServiceClient interface + CreateCustomer func(ctx context.Context, in *Customer, opts ...grpc.CallOption) (*CustomerResponse, error) + func NewCustomerServiceClient(cc grpc.ClientConnInterface) CustomerServiceClient + type CustomerServiceServer interface + CreateCustomer func(context.Context, *Customer) (*CustomerResponse, error) + type UnimplementedCustomerServiceServer struct + func (UnimplementedCustomerServiceServer) CreateCustomer(context.Context, *Customer) (*CustomerResponse, error) + type UnsafeCustomerServiceServer interface