open-consul/agent/consul/discoverychain/compile_oss.go

10 lines
205 B
Go

// +build !consulent
package discoverychain
import "github.com/hashicorp/consul/agent/structs"
func (c *compiler) GetEnterpriseMeta() *structs.EnterpriseMeta {
return structs.DefaultEnterpriseMeta()
}