...

Text file src/github.com/grpc-ecosystem/grpc-gateway/examples/internal/gateway/BUILD.bazel

Documentation: github.com/grpc-ecosystem/grpc-gateway/examples/internal/gateway

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "go_default_library",
     5    srcs = [
     6        "doc.go",
     7        "gateway.go",
     8        "handlers.go",
     9        "main.go",
    10    ],
    11    importpath = "github.com/grpc-ecosystem/grpc-gateway/examples/internal/gateway",
    12    visibility = ["//visibility:public"],
    13    deps = [
    14        "//examples/internal/proto/examplepb:go_default_library",
    15        "//runtime:go_default_library",
    16        "@com_github_golang_glog//:go_default_library",
    17        "@org_golang_google_grpc//:go_default_library",
    18        "@org_golang_google_grpc//connectivity:go_default_library",
    19    ],
    20)

View as plain text