open-consul/agent/structs/config_entry_mesh_oss.go

9 lines
134 B
Go

//go:build !consulent
// +build !consulent
package structs
func (e *MeshConfigEntry) validateEnterpriseMeta() error {
return nil
}