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

13 lines
248 B
Go
Raw Normal View History

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