...

Text file src/edge-infra.dev/pkg/f8n/devinfra/overlook/BUILD.bazel

Documentation: edge-infra.dev/pkg/f8n/devinfra/overlook

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "overlook",
     5    srcs = ["overlook.go"],
     6    embedsrcs = ["index.tmpl"],
     7    importpath = "edge-infra.dev/pkg/f8n/devinfra/overlook",
     8    visibility = ["//visibility:public"],
     9    deps = [
    10        "//pkg/f8n/devinfra/database/psql",
    11        "//pkg/f8n/devinfra/reports",
    12        "@com_github_gin_gonic_gin//:gin",
    13    ],
    14)

View as plain text