open-consul/agent/structs/discovery_chain_oss.go

8 lines
159 B
Go

// +build !consulent
package structs
func (t *DiscoveryTarget) GetEnterpriseMetadata() *EnterpriseMeta {
return DefaultEnterpriseMetaInDefaultPartition()
}