Documentation ¶
Overview ¶
Package aggregate implements a type-aggregator for config stores. The aggregate config store multiplexes requests to a configuration store based on the type of the configuration objects. The aggregate config store cache performs the reverse, by aggregating events from the multiplexed stores and dispatching them back to event handlers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Make ¶
func Make(stores []model.ConfigStore) (model.ConfigStore, error)
Make creates an aggregate config store from several config stores and unifies their descriptors
func MakeCache ¶
func MakeCache(caches []model.ConfigStoreCache) (model.ConfigStoreCache, error)
MakeCache creates an aggregate config store cache from several config store caches.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.