load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "handler", srcs = ["failure.go"], importpath = "edge-infra.dev/pkg/edge/datasync/shoot/handler", visibility = ["//visibility:public"], deps = ["//pkg/edge/datasync/kafkaclient"], )