...

Text file src/edge-infra.dev/pkg/edge/datasync/internal/metric/BUILD.bazel

Documentation: edge-infra.dev/pkg/edge/datasync/internal/metric

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "metric",
     5    srcs = [
     6        "metric.go",
     7        "outboxMessages.go",
     8    ],
     9    importpath = "edge-infra.dev/pkg/edge/datasync/internal/metric",
    10    visibility = ["//pkg/edge/datasync:__subpackages__"],
    11    deps = [
    12        "//pkg/edge/datasync/internal/config",
    13        "//pkg/edge/datasync/internal/outbox",
    14        "//pkg/lib/fog",
    15        "@com_github_prometheus_client_golang//prometheus",
    16    ],
    17)

View as plain text