Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const PpsMoParserService_ParseMoText_FullMethodName + var File_proto_omadm_omadm_proto protoreflect.FileDescriptor + var PpsMoParserService_ServiceDesc = grpc.ServiceDesc + func RegisterPpsMoParserServiceServer(s grpc.ServiceRegistrar, srv PpsMoParserServiceServer) + type ParseMoTextRequest struct + Arg0 string + func (*ParseMoTextRequest) Descriptor() ([]byte, []int) + func (*ParseMoTextRequest) ProtoMessage() + func (x *ParseMoTextRequest) GetArg0() string + func (x *ParseMoTextRequest) ProtoReflect() protoreflect.Message + func (x *ParseMoTextRequest) Reset() + func (x *ParseMoTextRequest) String() string + type ParseMoTextResponse struct + Result int64 + func (*ParseMoTextResponse) Descriptor() ([]byte, []int) + func (*ParseMoTextResponse) ProtoMessage() + func (x *ParseMoTextResponse) GetResult() int64 + func (x *ParseMoTextResponse) ProtoReflect() protoreflect.Message + func (x *ParseMoTextResponse) Reset() + func (x *ParseMoTextResponse) String() string + type PpsMoParserServiceClient interface + ParseMoText func(ctx context.Context, in *ParseMoTextRequest, opts ...grpc.CallOption) (*ParseMoTextResponse, error) + func NewPpsMoParserServiceClient(cc grpc.ClientConnInterface) PpsMoParserServiceClient + type PpsMoParserServiceServer interface + ParseMoText func(context.Context, *ParseMoTextRequest) (*ParseMoTextResponse, error) + type UnimplementedPpsMoParserServiceServer struct + func (UnimplementedPpsMoParserServiceServer) ParseMoText(context.Context, *ParseMoTextRequest) (*ParseMoTextResponse, error) + type UnsafePpsMoParserServiceServer interface