mirror of https://github.com/status-im/consul.git
Add oss impl of registerEntCache
This commit is contained in:
parent
954d21c6ba
commit
5bf2497f71
|
@ -54,3 +54,5 @@ func (a *Agent) enterpriseStats() map[string]map[string]string {
|
||||||
func (a *Agent) AgentEnterpriseMeta() *structs.EnterpriseMeta {
|
func (a *Agent) AgentEnterpriseMeta() *structs.EnterpriseMeta {
|
||||||
return structs.NodeEnterpriseMetaInDefaultPartition()
|
return structs.NodeEnterpriseMetaInDefaultPartition()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (a *Agent) registerEntCache() {}
|
||||||
|
|
Loading…
Reference in New Issue