...

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

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

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "go_default_library",
     5    srcs = [
     6        "api_generate_unbound_methods_echo_service.go",
     7        "client.go",
     8        "configuration.go",
     9        "model_examplepb_generate_unbound_methods_simple_message.go",
    10        "model_protobuf_any.go",
    11        "model_runtime_error.go",
    12        "response.go",
    13    ],
    14    importpath = "github.com/grpc-ecosystem/grpc-gateway/examples/internal/clients/generateunboundmethods",
    15    visibility = ["//examples:__subpackages__"],
    16    deps = ["@org_golang_x_oauth2//:go_default_library"],
    17)

View as plain text