package
1.50.0
Repository: https://github.com/bufbuild/buf.git
Documentation: pkg.go.dev

# Functions

FieldDescriptorProtoLabelPrettyString prints a pretty string representation of the FieldDescriptorProto_Label.
FieldDescriptorProtoTypePrettyString prints a pretty string representation of the FieldDescriptorProto_Type.
FileDescriptorProtoForFileDescriptor creates a new *descriptorpb.FileDescriptorProto for the fileDescriptor.
FileDescriptorProtosForFileDescriptors is a convenience function since Go does not have generics.
FileDescriptorSetForFileDescriptors returns a new *descriptorpb.FileDescriptorSet for the given FileDescriptors.
ValidateFileDescriptor validates the FileDescriptor.
ValidateProtoPath validates the proto path.
ValidateProtoPaths validates the proto paths.

# Constants

MaxSupportedEdition is the latest edition supported by this repo.
MinSupportedEdition is the earliest edition supported by this repo.

# Interfaces

FileDescriptor is an interface that matches the methods on a *descriptorpb.FileDescriptorProto.