Rename ConfigUsageEnterprise to EnterpriseConfigEntryUsage

This commit is contained in:
Connor Kelly 2021-10-08 10:53:27 -05:00
parent 8c519d5458
commit a5cf4a9b57
No known key found for this signature in database
GPG Key ID: 588D34E7812BC0B7
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ type KVUsage struct {
type ConfigEntryUsage struct {
ConfigByKind map[string]int
EnterpriseConfigUsage
EnterpriseConfigEntryUsage
}
type uniqueServiceState int

View File

@ -11,7 +11,7 @@ import (
type EnterpriseServiceUsage struct{}
type EnterpriseNodeUsage struct{}
type EnterpriseKVUsage struct{}
type EnterpriseConfigUsage struct{}
type EnterpriseConfigEntryUsage struct{}
func addEnterpriseNodeUsage(map[string]int, memdb.Change) {}