mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
e3835ac6a1
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
|
|
}
|