...

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

Documentation: edge-infra.dev/pkg/edge/edgecli/commands/activationcode

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "activationcode",
     5    srcs = ["activationcode.go"],
     6    importpath = "edge-infra.dev/pkg/edge/edgecli/commands/activationcode",
     7    visibility = ["//visibility:public"],
     8    deps = [
     9        "//pkg/edge/edgecli",
    10        "//pkg/edge/edgecli/commands/activationcode/get",
    11        "//pkg/edge/edgecli/commands/activationcode/list",
    12        "//pkg/edge/edgecli/commands/activationcode/refresh",
    13        "//pkg/lib/cli/command",
    14    ],
    15)

View as plain text