2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-02 14:20:39 +00:00

13 lines
277 B
Go
Raw Normal View History

// +build !consulent
package xds
import (
envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core"
"github.com/hashicorp/consul/agent/structs"
)
func parseEnterpriseMeta(node *envoycore.Node) *structs.EnterpriseMeta {
return structs.DefaultEnterpriseMeta()
}