mirror of https://github.com/status-im/consul.git
Rename ConfigUsageEnterprise to EnterpriseConfigEntryUsage
This commit is contained in:
parent
8c519d5458
commit
a5cf4a9b57
|
@ -73,7 +73,7 @@ type KVUsage struct {
|
||||||
|
|
||||||
type ConfigEntryUsage struct {
|
type ConfigEntryUsage struct {
|
||||||
ConfigByKind map[string]int
|
ConfigByKind map[string]int
|
||||||
EnterpriseConfigUsage
|
EnterpriseConfigEntryUsage
|
||||||
}
|
}
|
||||||
|
|
||||||
type uniqueServiceState int
|
type uniqueServiceState int
|
||||||
|
|
|
@ -11,7 +11,7 @@ import (
|
||||||
type EnterpriseServiceUsage struct{}
|
type EnterpriseServiceUsage struct{}
|
||||||
type EnterpriseNodeUsage struct{}
|
type EnterpriseNodeUsage struct{}
|
||||||
type EnterpriseKVUsage struct{}
|
type EnterpriseKVUsage struct{}
|
||||||
type EnterpriseConfigUsage struct{}
|
type EnterpriseConfigEntryUsage struct{}
|
||||||
|
|
||||||
func addEnterpriseNodeUsage(map[string]int, memdb.Change) {}
|
func addEnterpriseNodeUsage(map[string]int, memdb.Change) {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue