# Packages
Package bufprotopluginos does OS-specific generation.
# Functions
NewGenerator returns a new Generator.
NewPluginResponse returns a new *PluginResponse.
NewResponseWriter returns a new ResponseWriter.
ValidatePluginResponses validates that each file is only defined by a single *PluginResponse.
WriteResponseWithInsertionPointReadBucket returns a new WriteResponseOption that uses the given ReadBucket to read from for insertion points.
# Structs
PluginResponse encapsulates a CodeGeneratorResponse, along with the name of the plugin that created it.
# Interfaces
Generator executes the Handler using protoc's plugin execution logic.
ResponseWriter handles the response and writes it to the given storage.WriteBucket without executing any plugins and handles insertion points as needed.
# Type aliases
WriteResponseOption is an option for WriteResponse.