open-consul/agent/structs/config_entry_mesh_oss.go

8 lines
112 B
Go

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