mirror of https://github.com/hashicorp/consul
8 lines
91 B
Go
8 lines
91 B
Go
![]() |
// +build !consulent
|
||
|
|
||
|
package structs
|
||
|
|
||
|
const (
|
||
|
EnterpriseACLPolicyGlobalManagement = ""
|
||
|
)
|