Skip to content

Commit da2703c

Browse files
committed
Add remote auth .proto definitions
1 parent f4f99fe commit da2703c

13 files changed

+1717
-509
lines changed

pkg/proto/auth/BUILD.bazel

+6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@ proto_library(
88
visibility = ["//visibility:public"],
99
deps = [
1010
"@opentelemetry-proto//:common_proto",
11+
"@protobuf//:empty_proto",
1112
"@protobuf//:struct_proto",
13+
"@protobuf//:timestamp_proto",
1214
],
1315
)
1416

1517
go_proto_library(
1618
name = "auth_go_proto",
19+
compilers = [
20+
"@rules_go//proto:go_proto",
21+
"@rules_go//proto:go_grpc_v2",
22+
],
1723
importpath = "github.com/buildbarn/bb-storage/pkg/proto/auth",
1824
proto = ":auth_proto",
1925
visibility = ["//visibility:public"],

0 commit comments

Comments
 (0)