Module proto_parser

Module proto_parser 

Source
Expand description

Proto file parsing and service discovery

This module handles parsing of .proto files and extracting service definitions to generate dynamic gRPC service implementations.

Structsยง

ProtoMethod
A parsed proto method definition
ProtoParser
A proto file parser that can extract service definitions
ProtoService
A parsed proto service definition