open-consul/acl/acl_oss.go

9 lines
139 B
Go

// +build !consulent
package acl
// EnterpriseACLConfig stub
type EnterpriseACLConfig struct{}
func (_ *EnterpriseACLConfig) Close() {}