10 lines
191 B
Go
10 lines
191 B
Go
|
// +build !consulent
|
||
|
|
||
|
package acl
|
||
|
|
||
|
// EnterpriseAuthorizerContext stub
|
||
|
type EnterpriseAuthorizerContext struct{}
|
||
|
|
||
|
// EnterpriseAuthorizer stub interface
|
||
|
type EnterpriseAuthorizer interface{}
|