67e02a0752
Stubs for enterprise-only ACL token to be used by managed service providers.
8 lines
99 B
Go
8 lines
99 B
Go
// +build !consulent
|
|
|
|
package token
|
|
|
|
// Stub for enterpriseTokens
|
|
type enterpriseTokens struct {
|
|
}
|