package
1.0.0
Repository: https://github.com/jerryzhou343/prototool.git
Documentation: pkg.go.dev

# Functions

DescriptorSourceFromFileDescriptors creates a DescriptorSource that is backed by the given file descriptors.
DescriptorSourceFromFileDescriptorSet creates a DescriptorSource that is backed by the FileDescriptorSet.
DescriptorSourceFromProtoFiles creates a DescriptorSource that is backed by the named files, whose contents are Protocol Buffer source files.
DescriptorSourceFromProtoSets creates a DescriptorSource that is backed by the named files, whose contents are encoded FileDescriptorSet protos.
GetDescriptorText returns a string representation of the given descriptor.

# Variables

ErrReflectionNotSupported is returned by DescriptorSource operations that rely on interacting with the reflection service when the source does not actually expose the reflection service.

# Interfaces

DescriptorSource is a source of protobuf descriptor information.