open-consul/agent/structs/config_entry_intentions_oss.go
R.B. Boyer 9778bee35a
structs: prohibit config entries from referencing more than one partition at a time (#10478)
affected kinds: service-defaults, ingress-gateway, terminating-gateway, service-intentions
2021-06-23 16:44:10 -05:00

8 lines
126 B
Go

// +build !consulent
package structs
func validateSourceIntentionEnterpriseMeta(_, _ *EnterpriseMeta) error {
return nil
}