10 lines
205 B
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()
|
||
|
}
|