7 lines
97 B
Go
7 lines
97 B
Go
|
// +build !consulent
|
||
|
|
||
|
package acl
|
||
|
|
||
|
// EnterpriseACLConfig stub
|
||
|
type EnterpriseACLConfig struct{}
|