open-consul/internal/resource/tombstone.go
hc-github-team-consul-core 7b03d95d6f
backport of commit f2e26c36eced387f8b5396e5969f37c8d4b6493c (#17870)
Co-authored-by: Daniel Upton <daniel@floppy.co>
2023-06-26 12:40:50 +00:00

12 lines
207 B
Go

package resource
import "github.com/hashicorp/consul/proto-public/pbresource"
var (
TypeV1Tombstone = &pbresource.Type{
Group: "internal",
GroupVersion: "v1",
Kind: "Tombstone",
}
)