mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 13:18:57 +00:00
14e1f08208
* integrate backup webhooks * pass slasher tests * fix node * cmd * gaz * read test passes * radek feedback * added comment Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
10 lines
310 B
Python
10 lines
310 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["http_backup_handler.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/shared/backuputil",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@com_github_sirupsen_logrus//:go_default_library"],
|
|
)
|