2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-03 14:50:50 +00:00
consul/agent/structs/discovery_chain_oss.go

8 lines
141 B
Go
Raw Normal View History

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