Versions in this module Expand all Collapse all v1 v1.0.0 May 22, 2023 Changes in this version + var Converter_ServiceDesc = grpc.ServiceDesc + var File_message_proto protoreflect.FileDescriptor + func RegisterConverterServer(s grpc.ServiceRegistrar, srv ConverterServer) + type ConvertReply struct + Message string + func (*ConvertReply) Descriptor() ([]byte, []int) + func (*ConvertReply) ProtoMessage() + func (x *ConvertReply) GetMessage() string + func (x *ConvertReply) ProtoReflect() protoreflect.Message + func (x *ConvertReply) Reset() + func (x *ConvertReply) String() string + type ConvertRequest struct + Name string + func (*ConvertRequest) Descriptor() ([]byte, []int) + func (*ConvertRequest) ProtoMessage() + func (x *ConvertRequest) GetName() string + func (x *ConvertRequest) ProtoReflect() protoreflect.Message + func (x *ConvertRequest) Reset() + func (x *ConvertRequest) String() string + type ConverterClient interface + HumanName func(ctx context.Context, in *ConvertRequest, opts ...grpc.CallOption) (*ConvertReply, error) + func NewConverterClient(cc grpc.ClientConnInterface) ConverterClient + type ConverterServer interface + HumanName func(context.Context, *ConvertRequest) (*ConvertReply, error) + type UnimplementedConverterServer struct + func (UnimplementedConverterServer) HumanName(context.Context, *ConvertRequest) (*ConvertReply, error) + type UnsafeConverterServer interface