1// +build !consulent
2
3package structs
4
5func (e *MeshConfigEntry) validateEnterpriseMeta() error {
6	return nil
7}
8