1load("@io_bazel_rules_go//go:def.bzl", "go_library") 2 3go_library( 4 name = "fleet", 5 srcs = ["fleet.go"], 6 importpath = "edge-infra.dev/pkg/edge/constants/api/fleet", 7 visibility = ["//visibility:public"], 8 deps = ["//pkg/edge/constants"], 9)
View as plain text