fix go plugin opts

This commit is contained in:
Vít Listík 2023-05-20 19:49:19 +02:00
parent 21efd5d352
commit ee49511f6f
No known key found for this signature in database
GPG Key ID: DDDF5138DA46D76B
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ proto_plugin(
],
options = ["paths=source_relative"],
outputs = ["{protopath}.pb.gw.go"],
separate_options_flag = True,
tool = "@com_github_grpc_ecosystem_grpc_gateway_v2//protoc-gen-grpc-gateway",
visibility = ["//visibility:public"],
)
@ -23,6 +24,7 @@ proto_plugin(
quirks = [
"QUIRK_DIRECT_MODE",
],
separate_options_flag = True,
tool = "@com_github_grpc_ecosystem_grpc_gateway_v2//protoc-gen-openapiv2",
visibility = ["//visibility:public"],
)