mirror of https://github.com/status-im/consul.git
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",
|
||
|
}
|
||
|
)
|