Skip to content

Commit 2e4dbae

Browse files
committed
Update: examples/internal/proto/examplepb/BUILD.bazel
1 parent c4f6b13 commit 2e4dbae

File tree

3 files changed

+103
-118
lines changed

3 files changed

+103
-118
lines changed

examples/internal/proto/examplepb/BUILD.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
load("@rules_proto//proto:defs.bzl", "proto_library")
22
load("@io_bazel_rules_go//go:def.bzl", "go_library")
33
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
4-
load("//gateway/protoc-gen-openapiv2:defs.bzl", "protoc_gen_openapiv2")
4+
load("@com_github_binchencoder_janus_gateway//gateway/protoc-gen-openapiv2:defs.bzl", "protoc_gen_openapiv2")
55

66
package(default_visibility = ["//visibility:public"])
77

@@ -45,7 +45,7 @@ proto_library(
4545
name = "examplepb_proto",
4646
srcs = [
4747
"echo_service.proto",
48-
# "unannotated_echo_service.proto",
48+
"unannotated_echo_service.proto",
4949
],
5050
deps = [
5151
"//httpoptions:options_proto",
@@ -112,6 +112,7 @@ go_library(
112112
"@com_github_grpc_ecosystem_grpc_gateway//utilities",
113113
"@com_github_binchencoder_gateway_proto//frontend:go_default_library",
114114
"@com_github_binchencoder_skylb_api//client:go_default_library",
115+
"@go_googleapis//google/api:annotations_go_proto",
115116
"@org_golang_google_grpc//:go_default_library",
116117
"@org_golang_google_grpc//codes",
117118
"@org_golang_google_grpc//grpclog",

examples/internal/proto/examplepb/unannotated_echo_service.pb.go

Lines changed: 63 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)