2023-03-28 18:39:22 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2021-11-16 18:04:01 +00:00
|
|
|
//go:build !consulent
|
2021-04-06 18:24:11 +00:00
|
|
|
// +build !consulent
|
|
|
|
|
2021-04-06 18:19:59 +00:00
|
|
|
package structs
|
|
|
|
|
2021-04-28 22:13:29 +00:00
|
|
|
func (e *MeshConfigEntry) validateEnterpriseMeta() error {
|
2021-04-06 18:19:59 +00:00
|
|
|
return nil
|
|
|
|
}
|