mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
11 lines
356 B
Python
11 lines
356 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "errordetails",
|
||
|
srcs = ["message.pb.go"],
|
||
|
importmap = "peridot.resf.org/vendor/go.temporal.io/api/errordetails/v1",
|
||
|
importpath = "go.temporal.io/api/errordetails/v1",
|
||
|
visibility = ["//visibility:public"],
|
||
|
deps = ["//vendor/github.com/gogo/protobuf/proto"],
|
||
|
)
|