mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
cb77fc6d01
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 {
|
|
}
|