2021-11-16 18:04:01 +00:00
|
|
|
//go:build !consulent
|
2021-08-19 20:09:42 +00:00
|
|
|
// +build !consulent
|
|
|
|
|
|
|
|
package consul
|
|
|
|
|
|
|
|
import "github.com/hashicorp/consul/agent/structs"
|
|
|
|
|
2021-08-25 18:43:11 +00:00
|
|
|
func (c *Config) AgentEnterpriseMeta() *structs.EnterpriseMeta {
|
2021-08-19 20:09:42 +00:00
|
|
|
return structs.NodeEnterpriseMetaInDefaultPartition()
|
|
|
|
}
|