Add oss impl of registerEntCache

This commit is contained in:
freddygv 2021-10-25 18:30:02 -06:00
parent 183849416b
commit 9d375ad6d2
1 changed files with 2 additions and 0 deletions

View File

@ -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() {}