mirror of https://github.com/status-im/consul.git
8 lines
99 B
Go
8 lines
99 B
Go
|
// +build !consulent
|
||
|
|
||
|
package token
|
||
|
|
||
|
// Stub for enterpriseTokens
|
||
|
type enterpriseTokens struct {
|
||
|
}
|