Versions in this module Expand all Collapse all v1 v1.0.0 Mar 30, 2023 Changes in this version + func EnabledEnumErrorCode(e *protogen.Enum) bool + func EnabledEnumGqlGen(e *protogen.Enum) bool + func EnabledEnumJsonMarshal(e *protogen.Enum) bool + func EnabledEnumNumOrder(e *protogen.Enum) bool + func EnabledEnumStringer(e *protogen.Enum) bool + func EnabledExtGen(e *protogen.Enum) bool + func EnabledFileEnumGqlGen(f *protogen.File) bool + func EnabledGoEnumPrefix(f *protogen.File, e *protogen.Enum) bool + func EnabledGoEnumValueMap(e *protogen.Enum) bool + func FileEnabledExtGen(f *protogen.File) bool + func Generate(gen *protogen.Plugin) error + func GetEnumType(e *protogen.Enum) string + func GetEnumValueCN(ev *protogen.EnumValue) string + func TurnOffEnumErrorCode(e *protogen.Enum) + func TurnOffEnumGqlGen(e *protogen.Enum) + func TurnOffEnumJsonMarshal(e *protogen.Enum) + func TurnOffEnumNumOrder(e *protogen.Enum) + func TurnOffFileEnumGqlGen(f *protogen.File) + func TurnOffGoEnumValueMap(e *protogen.Enum) + type Builder struct + func New(opts protogen.Options, request *pluginpb.CodeGeneratorRequest) (*Builder, error) + func (b *Builder) Generate() (*pluginpb.CodeGeneratorResponse, error)