package
0.0.0-20230306131847-26f457599b8d
Repository: https://github.com/xiaoyawei/buf.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

ImageByDir returns multiple images that have non-imports split by directory.
ImagesToCodeGeneratorRequests converts the Images to CodeGeneratorRequests.
ImageToCodeGeneratorRequest returns a new CodeGeneratorRequest for the Image.
ImageToFileDescriptorProtos returns the FileDescriptorProtos for the Image.
ImageToFileDescriptors returns the FileDescriptors for the Image.
ImageToFileDescriptorSet returns a new FileDescriptorSet for the Image.
ImageToProtoImage returns a new ProtoImage for the Image.
ImageWithOnlyPaths returns a copy of the Image that only includes the files with the given root relative file paths or directories.
ImageWithOnlyPathsAllowNotExist returns a copy of the Image that only includes the files with the given root relative file paths.
ImageWithoutImports returns a copy of the Image without imports.
MergeImages returns a new Image for the given Images.
NewImage returns a new Image for the given ImageFiles.
NewImageFile returns a new ImageFile.
NewImageForCodeGeneratorRequest returns a new Image from a given CodeGeneratorRequest.
NewImageForProto returns a new Image for the given proto Image.
NewMultiImage returns a new Image for the given Images.
ProtoImageToFileDescriptors returns the FileDescriptors for the proto Image.
WithNoReparse instructs NewImageForProto to skip the reparse step.

# Interfaces

Image is a buf image.
ImageFile is a Protobuf file within an image.

# Type aliases

NewImageForProtoOption is an option for use with NewImageForProto.