PluginName is the name of the AIP Go protobuf compiler plugin.
const PluginName = "protoc-gen-go-aip"
PluginVersion is the version of the protoc-gen-go-aip plugin.
var PluginVersion = "development"
func Run(gen *protogen.Plugin, config Config) error
Run the AIP Go protobuf compiler plugin.
type Config struct { IncludeResourceDefinitions bool }