...

Text file src/edge-infra.dev/pkg/edge/iam/types/BUILD.bazel

Documentation: edge-infra.dev/pkg/edge/iam/types

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "types",
     5    srcs = ["types.go"],
     6    importpath = "edge-infra.dev/pkg/edge/iam/types",
     7    visibility = ["//visibility:public"],
     8    deps = ["@com_github_gin_gonic_gin//:gin"],
     9)

View as plain text