2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-13 06:06:40 +00:00

15 lines
283 B
Go

// +build !consulent
package config
import "github.com/hashicorp/consul/agent/structs"
// EnterpriseMeta stub
type EnterpriseMeta struct{}
func (_ *EnterpriseMeta) ToStructs() structs.EnterpriseMeta {
return *structs.DefaultEnterpriseMeta()
}
type EnterpriseDNSConfig struct{}