1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-11-17 23:06:26 +00:00
grpcox/vendor/github.com/jhump/protoreflect/desc/protoparse/doc.go

11 lines
580 B
Go
Raw Normal View History

2019-03-25 03:47:41 +00:00
// Package protoparse provides functionality for parsing *.proto source files
// into descriptors that can be used with other protoreflect packages, like
// dynamic messages and dynamic GRPC clients.
//
// This package links in other packages that include compiled descriptors for
// the various "google/protobuf/*.proto" files that are included with protoc.
// That way, like when invoking protoc, programs need not supply copies of these
// "builtin" files. Though if copies of the files are provided, they will be
// used instead of the builtin descriptors.
package protoparse