ed3e42296d
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
13 lines
244 B
Go
13 lines
244 B
Go
//go:build !consulent
|
|
// +build !consulent
|
|
|
|
package testauth
|
|
|
|
import "github.com/hashicorp/consul/acl"
|
|
|
|
type enterpriseConfig struct{}
|
|
|
|
func (v *Validator) testAuthEntMetaFromFields(fields map[string]string) *acl.EnterpriseMeta {
|
|
return nil
|
|
}
|