about summary refs log blame commit diff
path: root/src/rest-api/handler/BUILD.bazel
blob: 89adc693a7cd5d011dd0b8513cb247b4d5f06058 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                                             
                                                         
 
load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
    name = "handler",
    srcs = ["handler.go"],
    importpath = "github.com/Baitinq/fs-tracer-backend/src/rest-api/handler",
    visibility = ["//visibility:public"],
    deps = ["@com_github_segmentio_kafka_go//:kafka-go"],
)