open-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()
}