1// +build !consulent
2
3package structs
4
5func (t *DiscoveryTarget) GetEnterpriseMetadata() *EnterpriseMeta {
6	return DefaultEnterpriseMeta()
7}
8