...

Text file src/edge-infra.dev/config/pallets/sds/lanoutage/scheduler/BUILD.bazel

Documentation: edge-infra.dev/config/pallets/sds/lanoutage/scheduler

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "scheduler",
     5    srcs = ["scheduler.go"],
     6    embedsrcs = ["base/lan-outage-scheduler.yaml"],
     7    importpath = "edge-infra.dev/config/pallets/sds/lanoutage/scheduler",
     8    visibility = ["//visibility:public"],
     9)

View as plain text