cmd/protoc-gen-go-grpc: re-add proto3 'optional' support (#3914)
This commit is contained in:
Родитель
bb64fee312
Коммит
e55dd3e192
|
@ -34,6 +34,7 @@ import (
|
||||||
"flag"
|
"flag"
|
||||||
|
|
||||||
"google.golang.org/protobuf/compiler/protogen"
|
"google.golang.org/protobuf/compiler/protogen"
|
||||||
|
"google.golang.org/protobuf/types/pluginpb"
|
||||||
)
|
)
|
||||||
|
|
||||||
var requireUnimplemented *bool
|
var requireUnimplemented *bool
|
||||||
|
@ -45,6 +46,7 @@ func main() {
|
||||||
protogen.Options{
|
protogen.Options{
|
||||||
ParamFunc: flags.Set,
|
ParamFunc: flags.Set,
|
||||||
}.Run(func(gen *protogen.Plugin) error {
|
}.Run(func(gen *protogen.Plugin) error {
|
||||||
|
gen.SupportedFeatures = uint64(pluginpb.CodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL)
|
||||||
for _, f := range gen.Files {
|
for _, f := range gen.Files {
|
||||||
if !f.Generate {
|
if !f.Generate {
|
||||||
continue
|
continue
|
||||||
|
|
Загрузка…
Ссылка в новой задаче