github.com/xiaoshude/protoreflect@v1.16.1-0.20220310024924-8c94d7247598/desc/protoparse/doc.go (about)

     1  // Package protoparse provides functionality for parsing *.proto source files
     2  // into descriptors that can be used with other protoreflect packages, like
     3  // dynamic messages and dynamic GRPC clients.
     4  //
     5  // This package links in other packages that include compiled descriptors for
     6  // the various "google/protobuf/*.proto" files that are included with protoc.
     7  // That way, like when invoking protoc, programs need not supply copies of these
     8  // "builtin" files. Though if copies of the files are provided, they will be
     9  // used instead of the builtin descriptors.
    10  package protoparse