2021-11-16 18:04:01 +00:00
|
|
|
//go:build !consulent
|
2021-01-25 17:27:38 +00:00
|
|
|
// +build !consulent
|
|
|
|
|
|
|
|
package structs
|
|
|
|
|
2022-03-13 03:55:53 +00:00
|
|
|
import (
|
|
|
|
"github.com/hashicorp/consul/acl"
|
|
|
|
)
|
|
|
|
|
|
|
|
func validateSourceIntentionEnterpriseMeta(_, _ *acl.EnterpriseMeta) error {
|
2021-01-25 17:27:38 +00:00
|
|
|
return nil
|
|
|
|
}
|