mirror of
https://github.com/status-im/consul.git
synced 2025-01-30 23:46:03 +00:00
12 lines
207 B
Go
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",
|
|
}
|
|
)
|