...

Text file src/edge-infra.dev/pkg/edge/datasync/shoot/config/fake/BUILD.bazel

Documentation: edge-infra.dev/pkg/edge/datasync/shoot/config/fake

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "fake",
     5    srcs = ["fake.go"],
     6    importpath = "edge-infra.dev/pkg/edge/datasync/shoot/config/fake",
     7    visibility = ["//visibility:public"],
     8)

View as plain text