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

8 lines
141 B
Go

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