9778bee35a
affected kinds: service-defaults, ingress-gateway, terminating-gateway, service-intentions
8 lines
126 B
Go
8 lines
126 B
Go
// +build !consulent
|
|
|
|
package structs
|
|
|
|
func validateSourceIntentionEnterpriseMeta(_, _ *EnterpriseMeta) error {
|
|
return nil
|
|
}
|