Add oss impl of registerEntCache
This commit is contained in:
parent
183849416b
commit
9d375ad6d2
|
@ -54,3 +54,5 @@ func (a *Agent) enterpriseStats() map[string]map[string]string {
|
|||
func (a *Agent) AgentEnterpriseMeta() *structs.EnterpriseMeta {
|
||||
return structs.NodeEnterpriseMetaInDefaultPartition()
|
||||
}
|
||||
|
||||
func (a *Agent) registerEntCache() {}
|
||||
|
|
Loading…
Reference in New Issue