File: BUILD.bazel

package info (click to toggle)
golang-github-grpc-ecosystem-grpc-gateway.v2 2.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,148 kB
  • sloc: javascript: 352; makefile: 136; sh: 26
file content (24 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
    name = "generateunboundmethods",
    srcs = [
        "api_generate_unbound_methods_echo_service.go",
        "client.go",
        "configuration.go",
        "model_examplepb_generate_unbound_methods_simple_message.go",
        "model_protobuf_any.go",
        "model_rpc_status.go",
        "model_runtime_error.go",
        "response.go",
    ],
    importpath = "github.com/grpc-ecosystem/grpc-gateway/v2/examples/internal/clients/generateunboundmethods",
    visibility = ["//examples:__subpackages__"],
    deps = ["@org_golang_x_oauth2//:oauth2"],
)

alias(
    name = "go_default_library",
    actual = ":generateunboundmethods",
    visibility = ["//examples:__subpackages__"],
)