about summary refs log tree commit diff
path: root/src/rest-api/handler/BUILD.bazel
blob: a5638f4fc6e7994de802056b1c1b1347fdf9eb03 (plain) (blame)
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_rabbitmq_amqp091_go//:amqp091-go"],
)