Versions in this module Expand all Collapse all v0 v0.2.1 Mar 5, 2025 Changes in this version + func CreateGenRequest(fds *descriptor.FileDescriptorSet, filesToGen ...string) *plugin_go.CodeGeneratorRequest + func FilesToGenerate(req *plugin_go.CodeGeneratorRequest) []*descriptor.FileDescriptorProto + func FindDescriptor(set *descriptor.FileDescriptorSet, name string) *descriptor.FileDescriptorProto + func InStringSlice(sl []string, val string) bool + func LoadDescriptor(name string, pathSegments ...string) (*descriptor.FileDescriptorProto, error) + func LoadDescriptorSet(pathSegments ...string) (*descriptor.FileDescriptorSet, error)