# 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
CloneImage returns a deep copy of the given image.
CloneImageFile returns a deep copy of the given image file.
ImageByDir returns multiple images that have non-imports split by directory.
ImageFileWithIsImport returns a copy of the ImageFile with the new ImageFile now marked as an import.
ImageModuleDependencies returns all ImageModuleDependency values for the Image.
ImagesToCodeGeneratorRequests converts the Images to CodeGeneratorRequests.
ImageToCodeGeneratorRequest returns a new CodeGeneratorRequest for the Image.
ImageToFileDescriptorProtos returns the FileDescriptorProtos 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.
WithNoReparse instructs NewImageForProto to skip the reparse step.
WithUnusedImportsComputation instructs NewImageForProto to compute unused imports for the files.
# Interfaces
Image is a buf image.
ImageFile is a Protobuf file within an image.
ImageModuleDependency is a dependency of an image.
# Type aliases
NewImageForProtoOption is an option for use with NewImageForProto.