open-consul/agent/consul/authmethod/testauth/testing_oss.go

13 lines
244 B
Go
Raw Normal View History

//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
}