9 lines
149 B
Go
9 lines
149 B
Go
|
// +build !consulent
|
||
|
|
||
|
package agent
|
||
|
|
||
|
import "github.com/hashicorp/consul/agent/consul"
|
||
|
|
||
|
func (a *Agent) initEnterprise(consulCfg *consul.Config) {
|
||
|
}
|