...

Text file src/edge-infra.dev/pkg/edge/edgecli/constructors/BUILD.bazel

Documentation: edge-infra.dev/pkg/edge/edgecli/constructors

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "constructors",
     5    srcs = ["constructors.go"],
     6    importpath = "edge-infra.dev/pkg/edge/edgecli/constructors",
     7    visibility = ["//visibility:public"],
     8    deps = [
     9        "//pkg/edge/api/client",
    10        "//pkg/edge/edgeadmin/registrar",
    11        "//pkg/edge/edgecli/flagutil",
    12        "//pkg/edge/registration",
    13        "//pkg/lib/cli/rags",
    14        "//pkg/lib/runtime/version",
    15    ],
    16)

View as plain text