Skip to content

Commit

Permalink
Add remote auth .proto definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
moroten committed Jan 24, 2025
1 parent 830dc6a commit 29e7caa
Show file tree
Hide file tree
Showing 13 changed files with 1,690 additions and 487 deletions.
6 changes: 6 additions & 0 deletions pkg/proto/auth/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ proto_library(
visibility = ["//visibility:public"],
deps = [
"@opentelemetry-proto//:common_proto",
"@protobuf//:empty_proto",
"@protobuf//:struct_proto",
"@protobuf//:timestamp_proto",
],
)

go_proto_library(
name = "auth_go_proto",
compilers = [
"@rules_go//proto:go_proto",
"@rules_go//proto:go_grpc_v2",
],
importpath = "github.com/buildbarn/bb-storage/pkg/proto/auth",
proto = ":auth_proto",
visibility = ["//visibility:public"],
Expand Down
Loading

0 comments on commit 29e7caa

Please sign in to comment.