mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
Register the ExportingPartitions cache type
This commit is contained in:
parent
a33b6923e0
commit
954d21c6ba
@ -3786,6 +3786,8 @@ func (a *Agent) registerCache() {
|
|||||||
|
|
||||||
a.cache.RegisterType(cachetype.FederationStateListMeshGatewaysName,
|
a.cache.RegisterType(cachetype.FederationStateListMeshGatewaysName,
|
||||||
&cachetype.FederationStateListMeshGateways{RPC: a})
|
&cachetype.FederationStateListMeshGateways{RPC: a})
|
||||||
|
|
||||||
|
a.registerEntCache()
|
||||||
}
|
}
|
||||||
|
|
||||||
// LocalState returns the agent's local state
|
// LocalState returns the agent's local state
|
||||||
|
Loading…
x
Reference in New Issue
Block a user