10 lines
212 B
Go
10 lines
212 B
Go
// +build !consulent
|
|
|
|
package consul
|
|
|
|
import "github.com/hashicorp/consul/agent/structs"
|
|
|
|
func (c *Config) AgentEnterpriseMeta() *structs.EnterpriseMeta {
|
|
return structs.NodeEnterpriseMetaInDefaultPartition()
|
|
}
|