10 lines
223 B
Go
10 lines
223 B
Go
// +build !consulent
|
|
|
|
package discoverychain
|
|
|
|
import "github.com/hashicorp/consul/agent/structs"
|
|
|
|
func (c *compiler) GetEnterpriseMeta() *structs.EnterpriseMeta {
|
|
return structs.DefaultEnterpriseMetaInDefaultPartition()
|
|
}
|